Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Dave.
"Dave Peterson" wrote: Or you could use the data|filter|advanced filter to extract the unique entries. Then fill up the adjacent cells with formulas like: =countif(sheet1!a:a,a2) (Headers still in row 1) recording a macro will get you very close. choo wrote: Hi, I know how to use the advance filter to extract the unique category, but I want to know how to calculate subtotal for each unique group and transfer all these info to another worksheet, in code? database: apple,nz apple,usa orange,aus apple,india grape,aus newsheet: apple,3 orange,1 grape,1 Anyone? -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
A SUB CATEGORY USING DATA VALIDATION? ALRDY USNG DV FOR CATEGORY | Excel Discussion (Misc queries) | |||
Filer for unique records and return all column data for unique rec | Excel Discussion (Misc queries) | |||
Query on Category & Sub-category | Excel Discussion (Misc queries) | |||
Add a category to the Insert-Function category list | Excel Programming | |||
Formulas for...1. Counting unique cells 2. Display unique contents | Excel Programming |