Formatting copied cells

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I format a cell to not display anything when the cell that it is
copied from doesnt have any values in it?
 
Hi Brett, I think you are are referring to a formula here?

If you have the formula "=A2" in a cell, it will show the value in A2. If
A2 is empty, it shows a 0, or even #N/A or something nasty like that. If you
change the formula to read "=IF(A2="","",A2)", it will only show a value if
there is a value in A2.

I hope this is what you were after?
 

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