View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Trackeous Trackeous is offline
external usenet poster
 
Posts: 19
Default Calling Column D

Is there an easier way to write a formula that does the same other than:

=IF(D1<"",D1, IF(D2<"",D2, IF(D3<"",D3, Etc,""))))

so that Excel will display the contents of anything displayed in Column D?
Generally, there should only be one entry in Column D.

Thanks