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

Thanks it works as expected.

"ward376" wrote in message
...
=COUNTIF(L:L,"Waiting for Return Label")

Using the entire column for the range reference, as in the example,
may degrade performance.

Cliff Edwards