View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Benjamin Benjamin is offline
external usenet poster
 
Posts: 102
Default compile data from CSV

I export data from an inventory program creating a CSV file showing part#,
qty, price, etc. on a daily basis. I am looking to compile the data into
another sheet with data showing each day: date, part#, qty, price, etc.
Ideally, I would like each part number on it's own sheet, listed by date.
Could someone point me i the right direction in getting the data from the
daily exported CSV into a another worksheet?

TIA