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.

[TABLE="class: grid, width: 582"]
<tbody>[TR]
[TD="colspan: 2"]Data on ''Master List' Sheet is manually altered[/TD]
[TD][/TD]
[TD]Desired Display on Contracts Sheet[/TD]
[TD][/TD]
[TD]Desired Display on Dispatch Sheet[/TD]
[/TR]
[TR]
[TD]BD[/TD]
[TD]Orientation[/TD]
[TD][/TD]
[TD]Business Cards[/TD]
[TD][/TD]
[TD]Chevron Fuel Card[/TD]
[/TR]
[TR]
[TD]Contracts[/TD]
[TD]Business Cards[/TD]
[TD][/TD]
[TD]Agency Access[/TD]
[TD][/TD]
[TD]Shell Fuel Card[/TD]
[/TR]
[TR]
[TD]Contracts[/TD]
[TD]Agency Access[/TD]
[TD][/TD]
[TD]Orientation[/TD]
[TD][/TD]
[TD]Esso Fuel Card[/TD]
[/TR]
[TR]
[TD]Contracts[/TD]
[TD]Orientation[/TD]
[TD][/TD]
[TD]Keys[/TD]
[TD][/TD]
[TD]Fuel Card[/TD]
[/TR]
[TR]
[TD]Contracts[/TD]
[TD]Keys[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Dispatch[/TD]
[TD]Chevron Fuel Card[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Dispatch[/TD]
[TD]Shell Fuel Card[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Dispatch[/TD]
[TD]Esso Fuel Card[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Dispatch[/TD]
[TD]Fuel Card[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

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:

[TABLE="class: grid, width: 195"]
<tbody>[TR]
[TD]Display on Dispatch Sheet[/TD]
[/TR]
[TR]
[TD]Chevron Fuel Card[/TD]
[/TR]
[TR]
[TD]Chevron Fuel Card[/TD]
[/TR]
[TR]
[TD]Chevron Fuel Card[/TD]
[/TR]
[TR]
[TD]Chevron Fuel Card[/TD]
[/TR]
[TR]
[TD]Chevron Fuel Card[/TD]
[/TR]
[TR]
[TD]Chevron Fuel Card[/TD]
[/TR]
[TR]
[TD]Shell Fuel Card[/TD]
[/TR]
[TR]
[TD]Esso Fuel Card[/TD]
[/TR]
[TR]
[TD]Fuel Card[/TD]
[/TR]
</tbody>[/TABLE]

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

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number

Forum statistics

Threads
1,223,896
Messages
6,175,264
Members
452,627
Latest member
KitkatToby

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