View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Filtering data out of access database

It sounds like a pivot table would be a good start.

Data=Pivot Table Report and Chart

follow the wizard. Make sure you go into layout on the last screen and
layout out your data using the field buttons.

--
Regards,
Tom Ogilvy

"Kashgarinn " wrote in message
...
Hi there, and thanks for taking the time to read this.

I have an access database which keeps market transactions.

"description" - what type of transaction is it, e.g. 'Sales'

"Type" - What the name of the item is, e.g. 'Co-Processor', 'heat
sink'

"Quantity" - how many items sold per transaction

I'd like to get a list of all types of items which have 'Sales' in teh
description, and how many items per type.

So 'Co-Processor' only shows up in one row, and in the cell next to it
is the total quantity for all the 'Co-Processor' types in the
transaction database, and 'heat sink' shows up in the next row with its
total items, and so on.

What's the easiest way to do this?

K.


---
Message posted from http://www.ExcelForum.com/