#1   Report Post  
entmjs
 
Posts: n/a
Default Excel formula

I want to have a list sheet 2. But in sheet 1, when I type in the number I
want the name in the cell in sheet 2 to automatically come in. Please help.
  #2   Report Post  
Sloth
 
Posts: n/a
Default

I think I understand you correctly. You want the VLOOKUP function. Here is
an example on how to use it. Hope this helps.

Sheet2:
A1:1
A2:2
A3:3
B1:Red
B2:Blue
B3:Yello

Sheet1:
A1:2
B2:=VLOOKUP(A1,Sheet2!A1:B3,2)

B2 will output: Blue

"entmjs" wrote:

I want to have a list sheet 2. But in sheet 1, when I type in the number I
want the name in the cell in sheet 2 to automatically come in. Please help.

  #3   Report Post  
Gord Dibben
 
Posts: n/a
Default

In sheet 2 cell A1 enter ='sheet 1'!A1

Whatever you type into A1 on sheet 1 will be entered on sheet 2.

Drag/copy this formula down column A as far as you wish.


Gord Dibben Excel MVP

On Thu, 29 Sep 2005 14:40:05 -0700, entmjs
wrote:

I want to have a list sheet 2. But in sheet 1, when I type in the number I
want the name in the cell in sheet 2 to automatically come in. Please help.


  #4   Report Post  
Gord Dibben
 
Posts: n/a
Default

Ignore first post.

Probably a VLOOKUP formula will do the trick.

Table on sheet 2 and lookup value in A1 on sheet 1 with VLOOKUP formula in B1
on sheet 1 or similar.

See Sloth's post for more detauled instructions.

Gord

On Thu, 29 Sep 2005 15:34:54 -0700, Gord Dibben <gorddibbATshawDOTca wrote:

In sheet 2 cell A1 enter ='sheet 1'!A1

Whatever you type into A1 on sheet 1 will be entered on sheet 2.

Drag/copy this formula down column A as far as you wish.


Gord Dibben Excel MVP

On Thu, 29 Sep 2005 14:40:05 -0700, entmjs
wrote:

I want to have a list sheet 2. But in sheet 1, when I type in the number I
want the name in the cell in sheet 2 to automatically come in. Please help.


  #5   Report Post  
Jay
 
Posts: n/a
Default

I want to have a list sheet 2. But in sheet 1, when I type in the
number I want the name in the cell in sheet 2 to automatically come
in.


One way is put this formula in B1 of sheet 1:
=IF(AND(ISNUMBER(A1),A10),INDIRECT("Sheet2!A"&A1) ,"---")

Then type the number in A1 of sheet 1.

This is assuming that the list is in column A of sheet 2.


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
Why does Excel show a formula in ONE cell ? edpaul Excel Discussion (Misc queries) 1 August 12th 05 07:29 PM
Excel CHALLENGE...3 questions(indirect,rank,array formula)... Mlowry Excel Worksheet Functions 8 August 1st 05 07:34 AM
converting formula from lotus.123 to excel zaharah Excel Worksheet Functions 2 July 27th 05 03:04 PM
How do I get the formula bar in excel 2003 unionhall Excel Discussion (Misc queries) 1 February 17th 05 10:10 AM
Suddenly Excel can't calculate formula!!! Bob H Excel Worksheet Functions 2 November 30th 04 08:35 PM


All times are GMT +1. The time now is 02:47 AM.

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"