Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Returning value in secocolumn based on selected value in first col

I am trying to set up a catalog look up in which the first collumn of the
worksheet1 is values selected from a named range in collumn 1 on worksheet3
(using data validation)

Worksheet 3 contains the following:
Collumn1 = list of part numbers - named range = Catalog_Number
Collumn2 = corresponding list of part names - named range = Part_Name

What I want to do is to have the 2nd collumn of worksheet1 automatically
completed with the corresponding part name based upon the value (part number)
selected in worksheet1-collumn1.

The idea is to allow a user to enter a part number in worksheet1:column1 and
the corresponding part name will be filled in automatically next to the entry
in collumn2

Can I do this without programming?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Returning value in secocolumn based on selected value in first col

Let's assume your drop down is on Sheet1 in cell A1.

To get the part name from sheet3:

=INDEX(Part_Name,MATCH(A1,Catalog_Number,0))


--
Biff
Microsoft Excel MVP


"Kicker" wrote in message
...
I am trying to set up a catalog look up in which the first collumn of the
worksheet1 is values selected from a named range in collumn 1 on
worksheet3
(using data validation)

Worksheet 3 contains the following:
Collumn1 = list of part numbers - named range = Catalog_Number
Collumn2 = corresponding list of part names - named range = Part_Name

What I want to do is to have the 2nd collumn of worksheet1 automatically
completed with the corresponding part name based upon the value (part
number)
selected in worksheet1-collumn1.

The idea is to allow a user to enter a part number in worksheet1:column1
and
the corresponding part name will be filled in automatically next to the
entry
in collumn2

Can I do this without programming?

Thanks



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
Varying selected cells returning value always to the same cell jk Excel Discussion (Misc queries) 3 November 18th 08 05:33 PM
Returning a value based on a query Gail Excel Worksheet Functions 7 July 31st 08 06:41 PM
Returning all values based on 2 criteria... Kevin Excel Discussion (Misc queries) 7 December 31st 07 07:17 AM
Returning Multiple Values Based on One Value Nick Excel Worksheet Functions 2 March 31st 05 10:01 PM
returning a value based on mulitple criteria Brad Excel Worksheet Functions 6 December 31st 04 08:14 AM


All times are GMT +1. The time now is 04:32 AM.

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"