Null not equal to zero

  • Thread starter Thread starter SLD
  • Start date Start date
S

SLD

How can I make one cell equal to the text of another
cell - without the null value turning to zero?

Example: A1=A2, but if A1 is empty, I do not want the
return value of zero.
 
In A2 enter:

=IF(A1="","",A1)
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


How can I make one cell equal to the text of another
cell - without the null value turning to zero?

Example: A1=A2, but if A1 is empty, I do not want the
return value of zero.
 

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

Back
Top