I have a spreadsheet that displays results of a calculation worksheet, both in the same workbook. Status should only show when the "actual" cell is populated with a number/result from the calculation page.
the status cell uses this formula "=IF(H16="","",IF(H16>=H15,1,0))"
the Actual cell uses this formula "='2016 Calculation tab'!H28"
Since the "actual" cell is not really blank, I get a 1 displayed when I should not get any display. The 1 and 0 are conditional formation that displays an icon Red/green.
Plan
Actual
Status 1
it is interesting that I've used this formula without issue in the past and now in the new worksheet, it is not displaying correctly. In fact, some rows do not display anything and others do display. yet all are using a version of the same formula in Status and Actual
the status cell uses this formula "=IF(H16="","",IF(H16>=H15,1,0))"
the Actual cell uses this formula "='2016 Calculation tab'!H28"
Since the "actual" cell is not really blank, I get a 1 displayed when I should not get any display. The 1 and 0 are conditional formation that displays an icon Red/green.
Plan
Actual
Status 1
it is interesting that I've used this formula without issue in the past and now in the new worksheet, it is not displaying correctly. In fact, some rows do not display anything and others do display. yet all are using a version of the same formula in Status and Actual