Tabulate through dropdown

Vtookup

Board Regular
Joined
May 30, 2017
Messages
124
Office Version
  1. 2016
  2. 2013
Hi all.
I learn a lot from Michael Girvin's videos. This one (EMT967), I'm curious if I can expand table to maybe 10 tables in same columns and can be tabulated by dropdown? Is this doable? can anyone guide me to a solution? Thank you. please see example.

Excel 2007 32 bit
ABCDEFGHIJKLMNOPQ
1Top5<<<<<< Extract valueTop5
2Hurdle63A<< DropdownHurdle =LARGE(A6:A12,B1)
3Count6Count =COUNTIF(A6:A12,">="&B2)
4A
5VisitsManagerNoVisitsManagerNo
691AA1100AG<< results =IF(ROWS(D$6:D6)>$B$3,"",ROWS(D$6:D6))
763AB291AA
875AC382ADVisits
982AD475AC =IF(L7="","",LARGE($A$6:$A$12,L7))
1063AE563AB
1127AF663AE
12100AG
13Manager
14B =IF(L7="","",INDEX($B$6:$B$12,SMALL(IF($A$6:$A$12=M7,ROW($A$6:$A$12)-ROW($A$6)+1),COUNTIF($E$6:M7,M7))))
15VisitsManager
23
24C
25VisitsManager
33
34D
35VisitsManager
43
44and so on…

<tbody>
</tbody>
967
 
Last edited:

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Sorry i messed up with attachment
formula for visit is
Code:
 =IF(D6="","",LARGE($A$6:$A$12,D6))
while MAnager is
Code:
{ =IF(D6="","",INDEX($B$6:$B$12,SMALL(IF($A$6:$A$12=E6,ROW($A$6:$A$12)-ROW($A$6)+1),COUNTIF($E$6:E6,E6))))}
 
Upvote 0

Forum statistics

Threads
1,216,179
Messages
6,129,332
Members
449,502
Latest member
TSH8125

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top