Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
IndianRelic
 
Posts: n/a
Default using item#s to link cells


Hi guys,

I am trying to create a worksheet that requires an specific item# to be
entered into a cell, which has values attached/linked to this.

for example:

if a user enters a drivers license number in one cell (blank, no
dropdowns), then the Name, birthdate, and any other data that is linked
to that number appears in designated cells.

All the drivers license numbers are stored on on sheet 2 with their
Names and birthdates. I need to pull this info into sheet 1 by entering
a drivers license number...

I hope this makes sense...

Thanks :)


--
IndianRelic
------------------------------------------------------------------------
IndianRelic's Profile: http://www.excelforum.com/member.php...o&userid=26480
View this thread: http://www.excelforum.com/showthread...hreadid=397461

  #2   Report Post  
RagDyeR
 
Posts: n/a
Default

This can easily be accomplished with Vlookup or a combination of Index and
Match, depending on the configuration of your data list on Sheet2.

Post back with column locations of your data in the main list for some
suggestions.
--

Regards,

RD
----------------------------------------------------------------------------
-------------------
Please keep all correspondence within the Group, so all may benefit !
----------------------------------------------------------------------------
-------------------

"IndianRelic"
wrote in message
...

Hi guys,

I am trying to create a worksheet that requires an specific item# to be
entered into a cell, which has values attached/linked to this.

for example:

if a user enters a drivers license number in one cell (blank, no
dropdowns), then the Name, birthdate, and any other data that is linked
to that number appears in designated cells.

All the drivers license numbers are stored on on sheet 2 with their
Names and birthdates. I need to pull this info into sheet 1 by entering
a drivers license number...

I hope this makes sense...

Thanks :)


--
IndianRelic
------------------------------------------------------------------------
IndianRelic's Profile:
http://www.excelforum.com/member.php...o&userid=26480
View this thread: http://www.excelforum.com/showthread...hreadid=397461


  #3   Report Post  
Paul Sheppard
 
Posts: n/a
Default


IndianRelic Wrote:
Hi guys,

I am trying to create a worksheet that requires an specific item# to be
entered into a cell, which has values attached/linked to this.

for example:

if a user enters a drivers license number in one cell (blank, no
dropdowns), then the Name, birthdate, and any other data that is linked
to that number appears in designated cells.

All the drivers license numbers are stored on on sheet 2 with their
Names and birthdates. I need to pull this info into sheet 1 by entering
a drivers license number...

I hope this makes sense...

Thanks :)


Hi Indian Relic

Try using the VLOOKUP function

Assuming the page you type the licence numbers in has a header row, and
you are going to enter the first licence # in cell A2 then in cell B2
enter the following formula

=VLOOKUP(A2,Sheet1!$A:$X,2,0) - where A2 is the cell you've typed the
licence # in, Sheet1! is the name of the worksheet containing all the
data, $A:$X is the range of cells containing the Name< Address etc that
you want to bring to Sheet1, 2 is the first column in the data you want
it to look at and the 0 makes the formula look for exact matches

Then for the next piece of data use the same formula, changing the 2
for a 3 and so on


--
Paul Sheppard


------------------------------------------------------------------------
Paul Sheppard's Profile: http://www.excelforum.com/member.php...o&userid=24783
View this thread: http://www.excelforum.com/showthread...hreadid=397461

  #4   Report Post  
IndianRelic
 
Posts: n/a
Default


this makes sense guys, thanks a ton for your help :)

cheers


--
IndianRelic
------------------------------------------------------------------------
IndianRelic's Profile: http://www.excelforum.com/member.php...o&userid=26480
View this thread: http://www.excelforum.com/showthread...hreadid=397461

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
assemble link from different cells and return value tastic96 Excel Worksheet Functions 2 June 27th 05 01:00 PM
named range, data validation: list non-selected items, and new added items KR Excel Discussion (Misc queries) 1 June 24th 05 05:21 AM
How do I link two cells as to allow me to change the value in eit. jpvlvt Excel Discussion (Misc queries) 3 January 26th 05 01:28 AM
Put same data in cells on two different worksheets (link?) Anthony Setting up and Configuration of Excel 4 January 12th 05 02:03 AM
Can't link cells in worksheets in same workbook Hume Waring New Users to Excel 1 December 22nd 04 09:13 PM


All times are GMT +1. The time now is 11:20 PM.

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"