Display data on another tab based on a master list tab that can change

coake

New Member
Joined
Aug 23, 2017
Messages
34
Hey Folks,

I'm trying to display only the value of 'Master List'!B:B where 'Dispatch'!$A$1 appears in 'Master List'!A:A.

Data on ''Master List' Sheet is manually alteredDesired Display on Contracts SheetDesired Display on Dispatch Sheet
BDOrientationBusiness CardsChevron Fuel Card
ContractsBusiness CardsAgency AccessShell Fuel Card
ContractsAgency AccessOrientationEsso Fuel Card
ContractsOrientationKeysFuel Card
ContractsKeys
DispatchChevron Fuel Card
DispatchShell Fuel Card
DispatchEsso Fuel Card
DispatchFuel Card

<tbody>
</tbody>

On the individual Dispatch sheet, I tried using
=IFERROR(INDEX('Master List'!B2:B400,MATCH($A$1,'Master List'!A2:A400,0)),"")
but the results I get are:

Display on Dispatch Sheet
Chevron Fuel Card
Chevron Fuel Card
Chevron Fuel Card
Chevron Fuel Card
Chevron Fuel Card
Chevron Fuel Card
Shell Fuel Card
Esso Fuel Card
Fuel Card

<tbody>
</tbody>

How do I not return a duplicate value until the formula finds a new match?
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"

Forum statistics

Threads
1,214,568
Messages
6,120,278
Members
448,953
Latest member
Dutchie_1

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