cell reference equation

  • Thread starter Thread starter shannon
  • Start date Start date
S

shannon

I have 2 cells, I want one to equal the other but if the 1st one is blank I
want the 2nd one to be blank and not put a 0.
 
Change the font colour to match the cell and enter a conditional format.

MN
 
Hi Shannon
Type this in your second column, =IF(A2<1," ",A2) and copy down.
Change cell reference to your needs.
Regards
Cimjet
 
I would suggest you do use " " or you will create an unneeded space character.

Use "" instead.


Gord Dibben MS Excel MVP
 
Correction for typo "do NOT use"


Gord

I would suggest you do use " " or you will create an unneeded space character.

Use "" instead.


Gord Dibben MS Excel MVP
 

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