Cell Values

G

GaryW

I would like to return the value of another cell(C1) if a
cell has a value in it, otherwise I want it to return a
value of 0. Example: IF(A1="any value",C1,0) This formula
would be written in B1. "Any value" would be numbers or
text.

Thanks 4 your help!!!
 
J

JS

If A1 contains nothing zero is returned, if A1 has a value cell value in C1
is returned

=IF(ISBLANK(A1),0,C1)
 

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