View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
ward376 ward376 is offline
external usenet poster
 
Posts: 360
Default Stuck and need help

If I understand your question, in column L enter , enter
=IF(x="Waiting For Return Label",1,x) and replace the "x"s with
references to the range where the tracking number or text reside.

Cliff Edwards