View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Choose the cells where there is a value

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

=IF(A1="",B1,A1) and copy down
--
Gary''s Student - gsnu200800