Linking of information... Help needed!!

silverskye787

Board Regular
Joined
Jun 18, 2007
Messages
109
Sheet1
524jx4.jpg


Sheet2
legendbx7.jpg


i needs to enter the codes in sheet1 C2:C7

if sheet1 range from B2:B7 is equal to sheet2 range from C4:E4 then the staff name in sheet2 will display on sheet1 range from C2:C7

need some help here... thanks alot..
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
See you the Excel Help for HLOOKUP function. This is a valid key for this question

GALILEOGALI
 
Upvote 0
Use Hlookup like this in sheet1 cell C2 :
"=HLOOKUP($B1,Sheet2!$4:$5,2,FALSE)" or
"=IF(ISERROR(HLOOKUP($B1,Sheet2!$4:$5,2,FALSE),"",HLOOKUP($B1,Sheet2!$4:$5,2,FALSE)" if you don't want to see the N/A if there is a staff member missing.
 
Upvote 0

Forum statistics

Threads
1,214,863
Messages
6,121,978
Members
449,058
Latest member
oculus

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