Excel Template Actions - Preserve Excel Array Formulas

Jozef_783863
Jozef_783863 Posts: 331 admin
edited October 2019 in Questions

I have an Excel template where a cell contains an array formula.

Array Formula: {=AVERAGE(IF($A$2:$A$10>20, $A$2:$A$10))}

I want this formula to intake a data table column, so I am using the step named Excel: Insert a data table into an Excel template.

Inserting a data table into the Excel template creates an issue for my array formula.

The new file created removes the array formula curly braces in my cell. This makes the formula different. It seems that Excel template actions take things that look like a field reference and try to change it into a value. That is my reasoning for why the curly braces get removed in the action's output file.

Are there any recommendations for working around this expected behavior?

I would like to have array formulas on the same rows as the data table rows. So Excel: Combine Spreadsheets would not work since it adds rows above or below rows, rather than to the side.

For reference, the image below shows the end result we need. Currently the curly braces are missing in the output file.

Tagged:

Answers