View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
mailrail mailrail is offline
external usenet poster
 
Posts: 28
Default Moving certain data to different sheet

I need to move data that meets a certain criteria, to another sheet within a
workbook. For instance, if a column of data is for a certain ZIP code area, I
need it to automatically copy to a sheet for that city. Say, 40202 would go
to the Louisville, KY sheet. Because Louisville has multiple ZIPs, I would
need only the data that begins with 402 to go to that sheet. Lexington KY's
data, which begins with ZIP code 405, would go to its own sheet. Macro?
Formula? Thanks!