Help with a formula!!!

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

Guest

Trying to create a formula to check to see if cells in a column are blank, if
blank copy text from another cell in another column. Want this formula for
several cells in a column.
 
You can use an IF formula. For example:

=IF(D2="",H2,D2)

If you need specific help, you could give details on the layout of your
worksheet, and what cells you want to check.
 
Thank You!!!

Debra Dalgleish said:
You can use an IF formula. For example:

=IF(D2="",H2,D2)

If you need specific help, you could give details on the layout of your
worksheet, and what cells you want to check.
 

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