Match data in one sheet with data in another sheet

ozbeachbum

Board Regular
Joined
Jun 3, 2015
Messages
197
Office Version
  1. 2021
Platform
  1. Windows
I am looking for a formula for the following.
I have a sheet named Debit Est and another sheet named Data.
Destination range is Debit Est J70:J210
Target Ranges are Debit Est H70:H210 Data FP70:FP210 & FT70:FT210

EG:
Debit Est H70:H210 Data FP70:FP210 Data FT70:FT210 Debit Est J70:J210
TEST 1 TEST 1 John John
RUN 1 RUN 1 David David
RUN2 MARK 0 Wilson IGNORES ENTRY
TEST 2 TEST 2 Tim Tim
MARK1 MARK 1 Karen Karen

Entries in Debit Est H70:H210 may not be in the same order as the Entries in Data FP70:FP210
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Is this how you mean?

Put this formula in 'Debit Est'!J70 and copy down.
Excel Formula:
=FILTER(Data!$FT$70:$FT$210,$H$70:$H$210=Data!$FP70,"")
 
Upvote 0
Solution

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,399
Latest member
alchavar

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