Formula - Return text from a column if two other columns match

ChrisMac1

New Member
Joined
Jul 15, 2024
Messages
30
Office Version
  1. 365
Platform
  1. Windows
Hi there, and thanks for taking the time to look at my request.

I have a doc that has two sheets named VOR_Log (1) and Sheet1.

I need a formula in column B2 of sheet 'VOR_Log (1)' that will look at the text in column A2 of sheet 'VOR_Log (1)' for matching text in column D of sheet 'Sheet1'. If a match is found I want the value in column H of 'Sheet1' brought over.

I hope that makes sense, many thanks for any help.
Chris
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
Maybe another way to say this is where a value in column A of sheet 'VOR_Log (1)' matched the value in column D of sheet 'Sheet1', return the text in column H of 'Sheet1'.
 
Upvote 0
How about
Excel Formula:
=xlookup(a2,Sheet1!d2:d1000,Sheet1!h2:h1000)
 
Upvote 0
Solution

Forum statistics

Threads
1,223,268
Messages
6,171,100
Members
452,379
Latest member
IainTru

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