View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Return unique data from a list

=IF(COUNTIF(A2:A2000,"CA")0,"CA","")
=IF(COUNTIF(A2:A2000,"TX")0,"TX","")

and continue downward. You will end up with fifty cells for the fifty
states, either visible (if they appeared in the big list) or blank

This works, but it is a painful substitute for using either pivots for
filters.

--
Gary''s Student
gsnu200711