Hello!

This is my current statement: =IF(I55=120,Q55/(120*0.001),IF(I55=208,Q55/(208*SQRT(3)*0.001),IF(I55=480,Q55/(480*SQRT(3)*0.001))))

I would like to make it so if Q56 is blank, then so will the cell with the formula above. I tried using IF(ISBLANK(Q55),BLANK, *rest of formula*), but that didn't work. Right now, when Q56 if blank, the cell shows #VALUE!, and I just want to clean it up a little and have it blank.

Any help would be very much appreciated

Thanks!