View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Richard Buttrey Richard Buttrey is offline
external usenet poster
 
Posts: 296
Default not sure what functions/code to use?

On Mon, 4 Jul 2005 18:00:46 -0400, "s&d"
wrote:

I was wondering if someone can gear me in the right direction with this.

I created a data-only worksheet with 2 columns as per below with all the
data: I called the worksheet "User Names"

in column A in column B

1 j. doe
2 k. anderson
3 l. wilson
4 m. robinson
5 n. woods

In a separate blank worksheet with the following headings, I would like to
retrieve the data from the "User Names" worksheet.

User Number User Name

For example: If I typed in the number "3" under "User Number" column, I
would like it to lookup the number "3" in the "User Names" worksheet and
retrieve the name "l. wilson" and insert it in the cell under "User Name".


Use the VLOOKUP formula.

Give a range name to the data in the User Names worksheet, say
"NameData"


Then in your seperate blank worksheet, assuming the "User Number"
heading is in A1 and "User Name" heading in B1, type the following in
B2.

=VLOOKUP(A2,NameData,2,False).

Then enter your number in A2

HTH

Regards


Any information would be greatly appreciated, the whole purpose of this is
to save time from writing out the User names all the time.

Thanks,
Sherry.


__
Richard Buttrey
Grappenhall, Cheshire, UK
__________________________