Choose the cells where there is a value

  • Thread starter Thread starter firroo
  • Start date Start date
F

firroo

Hi all,

I have two columns where there is a value in one of them ( column for
negative & the other one is positive ) I want to have a third column shows
the values of the 2 columns before, as I have 500 rows to look at. Can any
one help on this.

Thanks in advanced.

Regards
 
Say data is in columns A & B. In C1 enter:

=IF(A1="",B1,A1) and copy down
 

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