Hello,
I'm using a gantt chart based on conditional formatting I downloaded from Chandoo.
I changed some formulas. I have a IF function linked to another IF function.
I have this formula in E7 =IF(E6=0,"",E6) and in
E8 right below, I have this formula =IF(AND(E$7>=$C8,E$7<=$D8),"1","")
What's happening is when E7 is empty or blank the second formula in E8 should be blank but it returning a 1.
Is there a way to stop the formula in cell E8 to stop reading or seeing the formula in E7 to return the correct results?
I'm using a gantt chart based on conditional formatting I downloaded from Chandoo.
I changed some formulas. I have a IF function linked to another IF function.
I have this formula in E7 =IF(E6=0,"",E6) and in
E8 right below, I have this formula =IF(AND(E$7>=$C8,E$7<=$D8),"1","")
What's happening is when E7 is empty or blank the second formula in E8 should be blank but it returning a 1.
Is there a way to stop the formula in cell E8 to stop reading or seeing the formula in E7 to return the correct results?