I have a table created from a dump of an Access query into my spreadsheet. My data is like this:
NAME Date Volume
A 1/2011 123
A 2/2011 333
A 3/2011 345
B 1/2011 444
B 2/2011 4567
B 3/2011 66
etc
On a separate sheet I want to specify a NAME (first column above) and retrieve all the records that correspond to that NAME. The number of dates per NAME is different and the VOLUMES are all different.
What would be the best way to extract the data? I want to be able to specify a single NAME by typing it in a cell, and get the results back.
thanks
Fred Emmerich
NAME Date Volume
A 1/2011 123
A 2/2011 333
A 3/2011 345
B 1/2011 444
B 2/2011 4567
B 3/2011 66
etc
On a separate sheet I want to specify a NAME (first column above) and retrieve all the records that correspond to that NAME. The number of dates per NAME is different and the VOLUMES are all different.
What would be the best way to extract the data? I want to be able to specify a single NAME by typing it in a cell, and get the results back.
thanks
Fred Emmerich