V look up

sharath prasad

New Member
Joined
Dec 24, 2006
Messages
5
Hi

I have in Sheet 1 a table of 3 columns showing

Column A = From Date
Column B = To Date
Column C = Employee who should manage the shift . His Employment number is entered here.


In Sheet 2 i have Invoice dates in Column A.

For each dates in column A, i want to enter the Employee Number against each date in Column B . This value is obtained form Sheet 1..


Can i use V Look up ..how ?


Can i use V look up or can u help me with any code


Please help
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Sharath,

In column B of sheet 2 you should enter the following formula:

=VLOOKUP(A2,Sheet1!$A$2:$C$45,3,0)

where:
- A2 is the date in colums A of sheet 2 you want to looup;
- Sheet1!$A$2:$C$45 in the table you want to look in;
- 3 in the 3rd column of the above table. This column contains the output for bolumn B of sheet 2;
- 0 stands for the exact value you want to retrieve.

Otherwise check the helpfiles for more explanation.

I am not able to post a example sheet for your convenience.

Good luck with it.

Ronald
 
Upvote 0

Forum statistics

Threads
1,223,744
Messages
6,174,253
Members
452,553
Latest member
red83

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