Hi
I have been looking everywhere fore a solution to this and I am sure I have been close but I just can't see the wood for the trees.
Here goes
I have a nested IF formula that is working from what value is returned in a different cell, but if no data is in the cell it returns as 0 and not blank. I have tried "" but I must be doing something wrong.
IF(AND(A1="",B1=""),"",A1+B1) = answer in Cell C1 and blank if there is no data in A1 and B1.
Nested IF
In D7 if(C1=0,10%,IF(C1=1,5%,IF(C1>1,0%)))
So as you can see I need the formular to recognise 0 but not blank cells.
Please help
Phill
Bookmarks