Thread: SELECT Query
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
TJ[_2_] TJ[_2_] is offline
external usenet poster
 
Posts: 12
Default SELECT Query

Hi
I am looking for a way of simulates a Access SELECT query in Excel. I have a
worksheet that contains multiple instances of different peoples names. This
worksheet is generated on a weekly basis and the names change, new ones
added, other not appearing etc. What I am looking for is something along
the lines of

"SELECT DISTINCT name FROM worksheet" and add these name to a seperate work
sheet. I have not got access to MS Access which would have made this easier
to do. I would like to try and do this if possible without the need to use
Excel VBA, but if it is the only way so be it. Any help appreciated.

Thanks TJ