Help with a formula!!!

M

mel

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.
 
D

Debra Dalgleish

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.
 
M

Mel

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.
 
Top