Index Match and multiple value matches - add next

dsami0122

New Member
Joined
Mar 31, 2016
Messages
40
Office Version
  1. 365
Platform
  1. Windows
I have a page of Data, a drop down that selects a letter category

so I am trying to pull data from one page based on the letter category I select and allow for multiple different returns as long as the selected category is the same

RAW DATA
Name Category Date of Hire
john FT 1/1/2022
Mary PT 2/1/2022
Adam IN 3/1/2022
Jan PT 4/1/2022

In a Different Page I want to have it put over all information depending on the drop down selection of "PT"

Drop Down Selection = PT

I have tried INDEX('Workload Active Data'!D:D,MATCH('13a Part 1'!$C6,'Workload Active Data'!E:E,0))

but It doesnt advance so I am getting the first hit only = Mary line 1 and Mary line 2
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
I have a page of Data, a drop down that selects a letter category

so I am trying to pull data from one page based on the letter category I select and allow for multiple different returns as long as the selected category is the same

RAW DATA
Name Category Date of Hire
john FT 1/1/2022
Mary PT 2/1/2022
Adam IN 3/1/2022
Jan PT 4/1/2022

In a Different Page I want to have it put over all information depending on the drop down selection of "PT"

Drop Down Selection = PT

I have tried INDEX('Workload Active Data'!D:D,MATCH('13a Part 1'!$C6,'Workload Active Data'!E:E,0))

but It doesnt advance so I am getting the first hit only = Mary line 1 and Mary line 2
using Microsoft® Excel® for Microsoft 365 MSO (Version 2204 Build 16.0.15128.20158) 64-bit
 
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,557
Members
449,088
Latest member
davidcom

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