PC Review


Reply
Thread Tools Rate Thread

How do I get info from a cell based on criteria from another cell

 
 
=?Utf-8?B?cm9ndWU=?=
Guest
Posts: n/a
 
      4th Oct 2005
Which function do I use to get a value in sheet 2, column C, where the
criteria is in Sheet 2 column A? On Sheet 1 are 2 columns which I want to
draw the information from. For Example: On sheet 1, Column A, is the name
of the Aisle. On Sheet 1 Column B is the # that needs to be generated on
sheet 2. On Sheet 2 there are 3 columns. When the Aisle name in Column A
is entered, I need the # to appear in column C (Sheet 2). F.Y.I, the Aisle
name and # are in the same row on Sheet 1. Can you help me?
 
Reply With Quote
 
 
 
 
=?Utf-8?B?cGF1bA==?=
Guest
Posts: n/a
 
      4th Oct 2005
VLOOKUP(lookup_value,table_array,col_index_num,range_lookup)
assuming you select or type your ailse name in sheet 2 a1
then the formula(s) on sheet 2 is=VLOOKUP(A1,Sheet1!A1:B6,2,FALSE).where
sheet1!A1:B6 is substituted by your two column range with your ailse and
#,the 2 represents the second column in your lookup table (the # column) and
the false is a value that tells vlookup to look for an exact ailse match

paul
remove nospam for email addy!



"rogue" wrote:

> Which function do I use to get a value in sheet 2, column C, where the
> criteria is in Sheet 2 column A? On Sheet 1 are 2 columns which I want to
> draw the information from. For Example: On sheet 1, Column A, is the name
> of the Aisle. On Sheet 1 Column B is the # that needs to be generated on
> sheet 2. On Sheet 2 there are 3 columns. When the Aisle name in Column A
> is entered, I need the # to appear in column C (Sheet 2). F.Y.I, the Aisle
> name and # are in the same row on Sheet 1. Can you help me?

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Clear Cell Contents based on Criteria of another cell CK Microsoft Excel Programming 10 21st May 2009 04:07 PM
How do you update a cell based on info in a different cell knkpatrick Windows XP 1 4th Jul 2008 10:11 AM
Transfer single cell information to specific cell based on user criteria RoVo Microsoft Excel Programming 0 31st May 2006 04:20 PM
Incert a photo into a cell based on info in another cell azidrane Microsoft Excel Discussion 3 15th Mar 2006 09:59 PM
Locate a cell, based on a criteria, then use the 'Cell' command... =?Utf-8?B?Y2Rhdmlkc29u?= Microsoft Excel Misc 1 17th Nov 2005 06:30 PM


Features
 

Advertising
 

Newsgroups
 


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