#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default VLOOKUP

Am I going about this the wrong way....I have a sheet with a store number and
training date. I have a separate sheet with a list of employees and store
numbers. I am trying to match the training date with each employee, based on
store number.

It seems like VLOOKUP cannot reference a cell (in this case I want to use
the store number column and not manually type in each row) to then match the
store number on the other table to return the training date on the sheet with
all of the employees. Is there another way to do this?

Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 523
Default VLOOKUP


If you have Sheet1 with Store number in cells A1 to A100, and training date
in B1 to B100, then in the other sheet you have employe names in Column A and
Store numbers in column B, type this in column C and copy down:

=VLOOKUP(B1,Sheet1!$A$1:$B$100,2,false)

And that should work.

"Schmidtnikov" wrote:

Am I going about this the wrong way....I have a sheet with a store number and
training date. I have a separate sheet with a list of employees and store
numbers. I am trying to match the training date with each employee, based on
store number.

It seems like VLOOKUP cannot reference a cell (in this case I want to use
the store number column and not manually type in each row) to then match the
store number on the other table to return the training date on the sheet with
all of the employees. Is there another way to do this?

Thanks.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default VLOOKUP

Schmidtnikov wrote:
Am I going about this the wrong way....I have a sheet with a store number and
training date. I have a separate sheet with a list of employees and store
numbers. I am trying to match the training date with each employee, based on
store number.

It seems like VLOOKUP cannot reference a cell (in this case I want to use
the store number column and not manually type in each row) to then match the
store number on the other table to return the training date on the sheet with
all of the employees. Is there another way to do this?

Thanks.



It would help if you posted what you have tried. Take a look he

http://www.contextures.com/xlFunctions02.html
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default VLOOKUP

Thanks Sam....that is what I thought, but I couldn't get it to work (must be
missing something). No worries, I took it into Access and all is good.

"Sam Wilson" wrote:


If you have Sheet1 with Store number in cells A1 to A100, and training date
in B1 to B100, then in the other sheet you have employe names in Column A and
Store numbers in column B, type this in column C and copy down:

=VLOOKUP(B1,Sheet1!$A$1:$B$100,2,false)

And that should work.

"Schmidtnikov" wrote:

Am I going about this the wrong way....I have a sheet with a store number and
training date. I have a separate sheet with a list of employees and store
numbers. I am trying to match the training date with each employee, based on
store number.

It seems like VLOOKUP cannot reference a cell (in this case I want to use
the store number column and not manually type in each row) to then match the
store number on the other table to return the training date on the sheet with
all of the employees. Is there another way to do this?

Thanks.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 277
Default VLOOKUP

On Thu, 22 Oct 2009 07:17:01 -0700, Schmidtnikov
wrote:

Am I going about this the wrong way....I have a sheet with a store number and
training date. I have a separate sheet with a list of employees and store
numbers. I am trying to match the training date with each employee, based on
store number.

It seems like VLOOKUP cannot reference a cell (in this case I want to use
the store number column and not manually type in each row) to then match the
store number on the other table to return the training date on the sheet with
all of the employees. Is there another way to do this?

Thanks.



The "store number" in the lookup table has to be the first column of
the lookup, and the looked-up value is a column count from that (the
number given)

The cell you have the formula in should be formatted "general".
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VLookUp - Does the VLookUp return the exact information? Cpviv Excel Worksheet Functions 2 October 28th 08 09:57 AM
Vlookup in vlookup - taking the result as array name SupperDuck Excel Worksheet Functions 2 June 2nd 07 11:05 AM
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP buffgirl71 Excel Discussion (Misc queries) 12 November 14th 06 11:36 PM
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) MikeR-Oz New Users to Excel 1 March 22nd 06 09:01 AM
Vlookup info being used without vlookup table attached? Excel Worksheet Functions 0 January 25th 05 10:43 AM


All times are GMT +1. The time now is 06:14 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"