=[cell] returns 0 if blank - help!

B

BigMrC

When you do =[cell] and the cell being referred to has nothing in it th
=[cell] returns a 0.
I need this to return exactly what's in the cell being referred to - i
nothing if there's nothing in it.
I've tried formatting the referred cell and the =[cell] cell to genera
and text but it still returns a 0.
Anyone help
 
J

J.E. McGimpsey

You can't return nothing - all functions return something. But you
can return a null string:

B1: =IF(A1="", "", A1)
 

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