Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bluegrass
 
Posts: n/a
Default auto fill from another sheet in excel

I assign each person a number (this info is on another sheet in the same
workbook) and would like this name to come up by typing in only the number.
thanks - just a part timer here lol
--
steve
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ragdyer
 
Posts: n/a
Default auto fill from another sheet in excel

If the datalist is on Sheet1 from A1 to B10, and the number is in Column A,
And the name is in Column B, you could use a Vlookup formula, such as:

=VLOOKUP(D1,Sheet1!$A$1:$B$10,2,0)

Where you enter the number to find into cell D1.

However, if the data is reversed, with the names in Column A and the numbers
in Column B, you could try this formula:

=INDEX(Sheet1!A1:A10,MATCH(D1,Sheet1!B1:B10,0))

The second formula will work for the first scenario also.
--
HTH,

RD

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

"bluegrass" wrote in message
...
I assign each person a number (this info is on another sheet in the same
workbook) and would like this name to come up by typing in only the

number.
thanks - just a part timer here lol
--
steve


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ragdyer
 
Posts: n/a
Default auto fill from another sheet in excel

Just in case you're copying down, forgot to add the absolutes to the second
formula ranges:

=INDEX(Sheet1!$A$1:$A$10,MATCH(D1,Sheet1!$B$1:$B$1 0,0))

--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Ragdyer" wrote in message
...
If the datalist is on Sheet1 from A1 to B10, and the number is in Column

A,
And the name is in Column B, you could use a Vlookup formula, such as:

=VLOOKUP(D1,Sheet1!$A$1:$B$10,2,0)

Where you enter the number to find into cell D1.

However, if the data is reversed, with the names in Column A and the

numbers
in Column B, you could try this formula:

=INDEX(Sheet1!A1:A10,MATCH(D1,Sheet1!B1:B10,0))

The second formula will work for the first scenario also.
--
HTH,

RD

--------------------------------------------------------------------------

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

-

"bluegrass" wrote in message
...
I assign each person a number (this info is on another sheet in the same
workbook) and would like this name to come up by typing in only the

number.
thanks - just a part timer here lol
--
steve



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
Combining data from cells from several excel sheets to a new sheet Rik Excel Discussion (Misc queries) 4 February 22nd 06 09:16 AM
how do I auto name worksheets in Excel? Kathryn W Excel Worksheet Functions 4 September 2nd 05 06:36 AM
In Excel, how do you make one whole sheet equal to another. ryan Excel Discussion (Misc queries) 2 August 31st 05 07:03 PM
Getting Excel Data from One Sheet to Another.... Robin Excel Discussion (Misc queries) 2 April 21st 05 01:15 PM
auto update an open excel sheet over network, with mutiple users crumkerr Excel Worksheet Functions 1 November 29th 04 11:47 AM


All times are GMT +1. The time now is 03:21 PM.

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

About Us

"It's about Microsoft Excel"