Lookup Cell (Text) in a Range and Return Value from a Corresponding Column

sea_captain

New Member
Joined
Jan 10, 2017
Messages
24
Hola - need help solving a formula, that seems simple, yet i'm struggling to get the result i need.
I need to solve for the 'New Column' by Matching the Project in Tab1 with the Project (Range) in Tab 2 and returning Hours from Tab 1
Any help appreciated. -sc

1737501260279.png
 
Assuming your values on Sheet1 are in A:B, and Column A on Sheet2

=ISNUMBER(MATCH(A2,Sheet2!A:A,0))*B2

Copy down.
 
Upvote 0
Solution

Forum statistics

Threads
1,226,842
Messages
6,193,292
Members
453,788
Latest member
drcharle

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