Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default How would I go about doing this?

Hi ya'll I am sorry I keep askin questions, but I have just one more.

Say I have 2 tabs and sheet1 has a list of 150 differnt numbers in
column A. with other information in columns b thru dg. I would like to
know if there is away to go type a number on sheet2 and it
automatically goes to sheet1 matches it with a number in column A, but
in a different column on sheet2 it puts the info from a certain cell
on the match of sheet1.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default How would I go about doing this?

One way:

Say you wanted to return the value of the cell in column G in the Sheet1
row that matched your value in Sheet2!A1:


=VLOOKUP(A1, Sheet1!A:DG, 7, FALSE)

In article .com,
"Kris79" wrote:

Hi ya'll I am sorry I keep askin questions, but I have just one more.

Say I have 2 tabs and sheet1 has a list of 150 differnt numbers in
column A. with other information in columns b thru dg. I would like to
know if there is away to go type a number on sheet2 and it
automatically goes to sheet1 matches it with a number in column A, but
in a different column on sheet2 it puts the info from a certain cell
on the match of sheet1.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default How would I go about doing this?

Use Data Validation for in-cell drop-down for selecting a number and VLOOKUP
for filling in the matching item.

See Debra Dalgleish's site for more on VLOOKUP and Data
Validation lists for entering the choices.

http://www.contextures.on.ca/xlFunctions02.html

http://www.contextures.on.ca/xlDataVal01.html

Note the section on using DV lists from another worksheet by naming the list.


Gord Dibben MS Excel MVP

On 24 Feb 2007 20:43:38 -0800, "Kris79" wrote:

Hi ya'll I am sorry I keep askin questions, but I have just one more.

Say I have 2 tabs and sheet1 has a list of 150 differnt numbers in
column A. with other information in columns b thru dg. I would like to
know if there is away to go type a number on sheet2 and it
automatically goes to sheet1 matches it with a number in column A, but
in a different column on sheet2 it puts the info from a certain cell
on the match of sheet1.


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



All times are GMT +1. The time now is 06:52 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"