N
Neil M
This is driving me crazy!! I am sure it is somehting simple, but I can't get
it.
On several parts of my spreadsheet I have used the following formula
In Cell4 I have this:
IF(ISBLANK(Cell1),"",Cell2*Cell3)
Now Cell4 will stay blank until I select from a list in Cell1, then I get a
zero until I enter values in Cell2 and Cell3) Also Cell4 will go blank once I
clear the contents of the other cells.
Farther down the sheet in Cell8 I tried to enter the same thing
IF(ISBLANK(Cell5),"",Cell6*Cell7)
However, I get #VALUE in Cell8 until I enter values in the corresponding cells
I decided to go with this then
=PRODUCT(IF(Y154>0,Y154*U154,0)) That works okay but it keeps the zero there
and I don't want it. I want it blank.
If I try =PRODUCT(IF(Y154>0,Y154*U154,"")) I get #VALUE until data is
entered when I should get a blank cell, right?
I have even tried =PRODUCT(IF(ISBLANK(C154),"",(Y154,U154))
I still get #value
any ideas
it.
On several parts of my spreadsheet I have used the following formula
In Cell4 I have this:
IF(ISBLANK(Cell1),"",Cell2*Cell3)
Now Cell4 will stay blank until I select from a list in Cell1, then I get a
zero until I enter values in Cell2 and Cell3) Also Cell4 will go blank once I
clear the contents of the other cells.
Farther down the sheet in Cell8 I tried to enter the same thing
IF(ISBLANK(Cell5),"",Cell6*Cell7)
However, I get #VALUE in Cell8 until I enter values in the corresponding cells
I decided to go with this then
=PRODUCT(IF(Y154>0,Y154*U154,0)) That works okay but it keeps the zero there
and I don't want it. I want it blank.
If I try =PRODUCT(IF(Y154>0,Y154*U154,"")) I get #VALUE until data is
entered when I should get a blank cell, right?
I have even tried =PRODUCT(IF(ISBLANK(C154),"",(Y154,U154))
I still get #value
any ideas