Hi,
I am using a formula in 100+sheets and it works well. But, when I pull the sheets in a report, the results are changing yet in the sheet the results are correct. For. ex: The formula is to calculate the due date count, for the same date the results are showing differently in the report like below.
Formula I am using-
=IFERROR(IF(Done@row = 1, "Complete", IF(TODAY() <= [Due Date]@row, NETWORKDAYS(TODAY(), [Due Date]@row, {Pivot Sheet Range 1}) - 1, NETWORKDAYS(TODAY(), [Due Date]@row, {Pivot Sheet Range 1}) + 1)), "")