Match and return different value if match found

Adamd325

New Member
Joined
May 28, 2024
Messages
7
Office Version
  1. 365
Platform
  1. Windows
I will try to make sense;
I am trying to find number matches in two batches of data on two separate sheets. Once a match is found i need the return data to be from a cell adjacent to the cell in which the match is found on sheet 2 specifically pulling a date value across to the master sheet.
Can anyone help?
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
this?

MrExcelPlayground23.xlsx
ABCDEFGH
1ThingSheet 1Sheet 2
2Fred1/5/2024ThingDateThingDate
3John5/28/2024Harold1/2/2024
4Fred4/25/2024Jamie1/3/2024
5Mary3/25/2024Mary1/4/2024
6Sally2/15/2024Fred1/5/2024
7Jamie1/15/2024Wilhelm1/6/2024
8Jack1/7/2024
9John1/8/2024
Sheet5
Cell Formulas
RangeFormula
B2B2=IF(ISNUMBER(XMATCH(A2,Table4[Thing],0)),IFERROR(INDEX(Table5[Date],XMATCH(A2,Table5[Thing],0)),""),"")
 
Upvote 0

Forum statistics

Threads
1,223,231
Messages
6,170,885
Members
452,364
Latest member
springate

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