Thread: Copy Cell
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Per Jessen Per Jessen is offline
external usenet poster
 
Posts: 1,533
Default Copy Cell

Hi

Use this formula in F1 and copy it down.

=IF(C1,C1,"Unknown")

Regards,
Per

"Saz" skrev i meddelelsen
...
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