Dreamboat provided me with this code which is working, Except when I made a minor change
=IF(OR(ISBLANK(I2),ISBLANK(I2)),"",I4/2)
Here's the scenario
I2 = $48.00 and is the result of a calculation On
J2 I have this formula =IF(OR(ISBLANK(I2),ISBLANK(I2)),"",I2/2) which is giving me 1/2 of I2
If I copy the formula on J2 down to J43, the values for J3 down to J43 display #VALUE!, then when I insert =(j2:J43) into J44 I get #VALUE!
Sorry if I'm not explaining myself.
There's never time to do it right, but there's always time to do it over!
-TonyU
=IF(OR(ISBLANK(I2),ISBLANK(I2)),"",I4/2)
Here's the scenario
I2 = $48.00 and is the result of a calculation On
J2 I have this formula =IF(OR(ISBLANK(I2),ISBLANK(I2)),"",I2/2) which is giving me 1/2 of I2
If I copy the formula on J2 down to J43, the values for J3 down to J43 display #VALUE!, then when I insert =(j2:J43) into J44 I get #VALUE!
Sorry if I'm not explaining myself.

There's never time to do it right, but there's always time to do it over!
-TonyU