Copy Cell

  • Thread starter Thread starter Saz
  • Start date Start date
S

Saz

Hi,

How can I copy Copy whole column C to F but if any cell in column C
has null value, it should display as Unknown?

Thank you,
Saz
 
Hi

Use this formula in F1 and copy it down.

=IF(C1,C1,"Unknown")

Regards,
Per
 

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