Hello,
Any thoughts on this:
Set up a Flow to get the contents of a row on an Excel Sheet and then copy them over to another table within the same workbook.
Flow finds the row without issues, but a couple of the cell values are returning #Value! when they have data. The cells are using a mix of the AVERAGE and COUNT forumlas to populate the cell, flow is able to get the correct value from one cell using AVERAGE and one cell using COUNT, but the two other cells using AVERAGE are returning #Value!.
All 4 Cells have data and are formatted the same, i.e. Number format.
Table:
Cells with Data
Formulas:
Formulas
Output of Flow:
Flow Output
Any help would be apreciated.