How to assign nothing into a cell under if condition?

G

Guest

Does anyone have any suggestions on how to assign nothing into a cell under
if condition? for example
If cell A1 equals to 0, then assign nothing into cell B1, else assign 10
into cell B1.
Under cell B1, if(A1=0,"",10)
In cell C1, I need to determine the value on B column by B1-20
Under cell C1, =B1-20, then it will return #VALUE!, because I assign "" for
the if condition.
Does anyone have any suggestions on what to assign in this case in order to
avoid this type of error?
Thank you in advance
Eric
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top