I am linking many worksheets - using formulas that display blanks instead of 0s.
I can't determine why this formula displays #VALUE! where:
=IF(+B6+G6+L6+Q6+V6+AA6+AF6=0,"",+B6+G6+L6+Q6+V6+AA6+AF6)
Where Q6 is:
=IF(+'7Jan%'!K6=0,"",+'7Jan%'!K6)
Where K6 is blank
I think K6 is the culprit, but I want that cell to be blank when the value is 0.
I can't determine why this formula displays #VALUE! where:
=IF(+B6+G6+L6+Q6+V6+AA6+AF6=0,"",+B6+G6+L6+Q6+V6+AA6+AF6)
Where Q6 is:
=IF(+'7Jan%'!K6=0,"",+'7Jan%'!K6)
Where K6 is blank
I think K6 is the culprit, but I want that cell to be blank when the value is 0.