Hello Mr Excel guru's,
I'm attempting to create a top 20 Client list only I'm running into a problem. Our client list has normal clients and companies with divisions. My task is to create a top 20 list that combines all the Divisions as 1 client... and then creating list that changes on the fly as new orders are taken.
A Pivot Table, (while Ideal in most circumstances) won't work as you need to manually refresh AND new columns/rows are added all the time.
Here is the Monthly excel file of the data in question. The daily version is too complex to post.
https://app.box.com/s/walouc7if71b6g6kc7wk62gohjg0lij5
In a simplified version,
[TABLE="width: 445"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Client Name[/TD]
[TD]Parent Company[/TD]
[TD]Total[/TD]
[/TR]
[TR]
[TD]AAA Company[/TD]
[TD]AAA Company[/TD]
[TD="align: right"]33[/TD]
[/TR]
[TR]
[TD]ABC Company[/TD]
[TD]ABC Company[/TD]
[TD="align: right"]3[/TD]
[/TR]
[TR]
[TD]ACC Company[/TD]
[TD]ACC Company[/TD]
[TD="align: right"]2[/TD]
[/TR]
[TR]
[TD]Alpha House Corp[/TD]
[TD]Alpha House Corp[/TD]
[TD="align: right"]0[/TD]
[/TR]
[TR]
[TD]American Corp[/TD]
[TD]American Corp[/TD]
[TD="align: right"]4[/TD]
[/TR]
[TR]
[TD]American Finance[/TD]
[TD]American Finance[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD]Anchor Corp[/TD]
[TD]Anchor Corp[/TD]
[TD="align: right"]35[/TD]
[/TR]
[TR]
[TD]Bank of America default[/TD]
[TD]Bank of America[/TD]
[TD="align: right"]5675[/TD]
[/TR]
[TR]
[TD]Bank of America Div 1[/TD]
[TD]Bank of America[/TD]
[TD="align: right"]71[/TD]
[/TR]
[TR]
[TD]Bank of America Div 2[/TD]
[TD]Bank of America[/TD]
[TD="align: right"]9967[/TD]
[/TR]
[TR]
[TD]Bank of America Div 3[/TD]
[TD]Bank of America[/TD]
[TD="align: right"]2050[/TD]
[/TR]
[TR]
[TD]BofA Div 4[/TD]
[TD]Bank of America[/TD]
[TD="align: right"]4799[/TD]
[/TR]
[TR]
[TD]Better Corp[/TD]
[TD]Better Corp[/TD]
[TD="align: right"]115[/TD]
[/TR]
[TR]
[TD]Big Company Div 1[/TD]
[TD]Big Company[/TD]
[TD="align: right"]12320[/TD]
[/TR]
[TR]
[TD]BigComp Div 2[/TD]
[TD]Big Company[/TD]
[TD="align: right"]461[/TD]
[/TR]
[TR]
[TD]Big Company Div 3[/TD]
[TD]Big Company[/TD]
[TD="align: right"]1326[/TD]
[/TR]
[TR]
[TD]Corp Company[/TD]
[TD]Corp Company[/TD]
[TD="align: right"]2[/TD]
[/TR]
[TR]
[TD]Cost Efficient Company[/TD]
[TD]Cost Efficient Company[/TD]
[TD="align: right"]2[/TD]
[/TR]
[TR]
[TD]Costco[/TD]
[TD]Costco[/TD]
[TD="align: right"]4585[/TD]
[/TR]
[TR]
[TD]Custom Corp[/TD]
[TD]Custom Corp[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD]Dalek incorp[/TD]
[TD]Dalek incorp[/TD]
[TD="align: right"]1519[/TD]
[/TR]
[TR]
[TD]Doctor ? Comp[/TD]
[TD]Doctor ? Comp[/TD]
[TD="align: right"]116[/TD]
[/TR]
[TR]
[TD]Eco friendly Corp[/TD]
[TD]Eco friendly Corp[/TD]
[TD="align: right"]659[/TD]
[/TR]
[TR]
[TD]Ecos, LLC[/TD]
[TD]Ecos, LLC[/TD]
[TD="align: right"]3[/TD]
[/TR]
[TR]
[TD]Friendly Corp[/TD]
[TD]Friendly Corp[/TD]
[TD="align: right"]1[/TD]
[/TR]
</tbody>[/TABLE]
=LARGE(C2:C26,ROWS($A$28:A28))
Doesn't work because the divisions are being counted, not the Parent company name.
I know there is an easy way to accomplish this task involving sumifs and arrays but I can't figure it out right now.
Thanks for any help
I'm attempting to create a top 20 Client list only I'm running into a problem. Our client list has normal clients and companies with divisions. My task is to create a top 20 list that combines all the Divisions as 1 client... and then creating list that changes on the fly as new orders are taken.
A Pivot Table, (while Ideal in most circumstances) won't work as you need to manually refresh AND new columns/rows are added all the time.
Here is the Monthly excel file of the data in question. The daily version is too complex to post.
https://app.box.com/s/walouc7if71b6g6kc7wk62gohjg0lij5
In a simplified version,
[TABLE="width: 445"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Client Name[/TD]
[TD]Parent Company[/TD]
[TD]Total[/TD]
[/TR]
[TR]
[TD]AAA Company[/TD]
[TD]AAA Company[/TD]
[TD="align: right"]33[/TD]
[/TR]
[TR]
[TD]ABC Company[/TD]
[TD]ABC Company[/TD]
[TD="align: right"]3[/TD]
[/TR]
[TR]
[TD]ACC Company[/TD]
[TD]ACC Company[/TD]
[TD="align: right"]2[/TD]
[/TR]
[TR]
[TD]Alpha House Corp[/TD]
[TD]Alpha House Corp[/TD]
[TD="align: right"]0[/TD]
[/TR]
[TR]
[TD]American Corp[/TD]
[TD]American Corp[/TD]
[TD="align: right"]4[/TD]
[/TR]
[TR]
[TD]American Finance[/TD]
[TD]American Finance[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD]Anchor Corp[/TD]
[TD]Anchor Corp[/TD]
[TD="align: right"]35[/TD]
[/TR]
[TR]
[TD]Bank of America default[/TD]
[TD]Bank of America[/TD]
[TD="align: right"]5675[/TD]
[/TR]
[TR]
[TD]Bank of America Div 1[/TD]
[TD]Bank of America[/TD]
[TD="align: right"]71[/TD]
[/TR]
[TR]
[TD]Bank of America Div 2[/TD]
[TD]Bank of America[/TD]
[TD="align: right"]9967[/TD]
[/TR]
[TR]
[TD]Bank of America Div 3[/TD]
[TD]Bank of America[/TD]
[TD="align: right"]2050[/TD]
[/TR]
[TR]
[TD]BofA Div 4[/TD]
[TD]Bank of America[/TD]
[TD="align: right"]4799[/TD]
[/TR]
[TR]
[TD]Better Corp[/TD]
[TD]Better Corp[/TD]
[TD="align: right"]115[/TD]
[/TR]
[TR]
[TD]Big Company Div 1[/TD]
[TD]Big Company[/TD]
[TD="align: right"]12320[/TD]
[/TR]
[TR]
[TD]BigComp Div 2[/TD]
[TD]Big Company[/TD]
[TD="align: right"]461[/TD]
[/TR]
[TR]
[TD]Big Company Div 3[/TD]
[TD]Big Company[/TD]
[TD="align: right"]1326[/TD]
[/TR]
[TR]
[TD]Corp Company[/TD]
[TD]Corp Company[/TD]
[TD="align: right"]2[/TD]
[/TR]
[TR]
[TD]Cost Efficient Company[/TD]
[TD]Cost Efficient Company[/TD]
[TD="align: right"]2[/TD]
[/TR]
[TR]
[TD]Costco[/TD]
[TD]Costco[/TD]
[TD="align: right"]4585[/TD]
[/TR]
[TR]
[TD]Custom Corp[/TD]
[TD]Custom Corp[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD]Dalek incorp[/TD]
[TD]Dalek incorp[/TD]
[TD="align: right"]1519[/TD]
[/TR]
[TR]
[TD]Doctor ? Comp[/TD]
[TD]Doctor ? Comp[/TD]
[TD="align: right"]116[/TD]
[/TR]
[TR]
[TD]Eco friendly Corp[/TD]
[TD]Eco friendly Corp[/TD]
[TD="align: right"]659[/TD]
[/TR]
[TR]
[TD]Ecos, LLC[/TD]
[TD]Ecos, LLC[/TD]
[TD="align: right"]3[/TD]
[/TR]
[TR]
[TD]Friendly Corp[/TD]
[TD]Friendly Corp[/TD]
[TD="align: right"]1[/TD]
[/TR]
</tbody>[/TABLE]
=LARGE(C2:C26,ROWS($A$28:A28))
Doesn't work because the divisions are being counted, not the Parent company name.
I know there is an easy way to accomplish this task involving sumifs and arrays but I can't figure it out right now.
Thanks for any help