Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have summary data of sales in the following format:
Salesperson Amount John 5000 Jill 9000 etc. I have a separate spreadsheet which gives me the detail for the above information. Salesperson Client Month Discount Amount John C1 May 20% 1000 Jill C2 June 15% 2000 Peter C3 June 10% 5000 Jill C4 June 5% 4000 John C1 June 10% 3000 Jill C2 July 5% 2000 etc Is it possible to use VBA to autofilter the detailed data by Salesperson, using the names in the summary detail, print off the filtered detail, and then for it to loop to the next Salesperson in the summary data? I know there are other ways of getting the info into the right format (pivot tables etc, but I am particularly interested in a macro which could do this as there are various other uses I could have for this sort of macro) Thanks in advance. Craig |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
AutoFilter based on cell value | Excel Discussion (Misc queries) | |||
How do I get a cell value based on different criteria? | Excel Discussion (Misc queries) | |||
Locate a cell, based on a criteria, then use the 'Cell' command... | Excel Discussion (Misc queries) | |||
How do you hide a row based upon cell criteria? | Excel Programming | |||
I want Cell content as Autofilter criteria | Excel Programming |