matching two cells and giving a value from a third if it is a match

scottfshr

New Member
Joined
Jan 27, 2015
Messages
33
I have a excel sheet with first and last name in separate cells and hours planed to work fr each day in separate cells. I am want be able to enter the first name and last name and have the hours planed for each day fill in.
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Say you have First name in Sheet1 column B, Last in C, and Time in D. In A have =B2&" "&C2.

Then on the sheet where you enter the full name in A1 have =VLOOKUP(A1,'Sheet1'!A:D,4,0)
 
Upvote 0
OK got the first part to work thank you. the Vlookup is giving me a challenge. I have hours scheduled in other columns M,N, S, T, y, z cycle continues out, skipping 7 cells counting the next two, for 7 days
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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