I have a formula that adds up information between 6 worksheets. If there is no information greater than ZERO in either cell I want it to be BLANK but it returns 0
=IF(OR(F3>0, O3>0,F3-((IF(SUM('Week 42:Week 52'!P3)>0,SUM('Week 42:Week 52'!P3))))), " ")
Cell F3 is just a standard number, cell...