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

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
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,224,820
Messages
6,181,160
Members
453,021
Latest member
Justyna P

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