Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ted Ted is offline
external usenet poster
 
Posts: 48
Default Dependant formula

I need help with a formula. I have two named lists in tab #2. List 1 is a
product part number, list 2 is the part description.

In tab 1 I have data validation set in column B to pull a dropdown with the
values in the part number list . I am trying to figure out to get Column C to
automatically pull the values in the part description based on the value
selected from the part number.

In tab #2 the part number and part description are always on the same row in
adjoining columns.

Any help is greatly appreciated.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Dependant formula

Try this:

=INDEX(list2,MATCH(B1,list1,0))

Hope this helps.

Pete

On Apr 15, 4:25*pm, Ted wrote:
I need help with a formula. I have two named lists in tab #2. List 1 is a
product part number, list 2 is the part description.

In tab 1 I have data validation set in column B to pull a dropdown with the
values in the part number list . I am trying to figure out to get Column C to
automatically pull the values in the part description based on the value
selected from the part number.

In tab #2 the part number and part description are always on the same row in
adjoining columns.

Any help is greatly appreciated.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ted Ted is offline
external usenet poster
 
Posts: 48
Default Dependant formula

Thank you for the response. I was able to get it working with this formula

=VLOOKUP(C13,data!B2:C85,2,FALSE)
vlookup worked great, I just needed to figure out how to get it to reference
data from another tab and move to the proper column in the tab

"Pete_UK" wrote:

Try this:

=INDEX(list2,MATCH(B1,list1,0))

Hope this helps.

Pete

On Apr 15, 4:25 pm, Ted wrote:
I need help with a formula. I have two named lists in tab #2. List 1 is a
product part number, list 2 is the part description.

In tab 1 I have data validation set in column B to pull a dropdown with the
values in the part number list . I am trying to figure out to get Column C to
automatically pull the values in the part description based on the value
selected from the part number.

In tab #2 the part number and part description are always on the same row in
adjoining columns.

Any help is greatly appreciated.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Dependant formula

Thanks for feeding back, Ted - glad you found something that works for
you.

Pete

On Apr 15, 7:41*pm, Ted wrote:
Thank you for the response. I was able to get it working with this formula

=VLOOKUP(C13,data!B2:C85,2,FALSE)
vlookup worked great, I just needed to figure out how to get it to reference
data from another tab and move to the proper column in the tab



"Pete_UK" wrote:
Try this:


=INDEX(list2,MATCH(B1,list1,0))


Hope this helps.


Pete


On Apr 15, 4:25 pm, Ted wrote:
I need help with a formula. I have two named lists in tab #2. List 1 is a
product part number, list 2 is the part description.


In tab 1 I have data validation set in column B to pull a dropdown with the
values in the part number list . I am trying to figure out to get Column C to
automatically pull the values in the part description based on the value
selected from the part number.


In tab #2 the part number and part description are always on the same row in
adjoining columns.


Any help is greatly appreciated.- Hide quoted text -


- Show quoted text -


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
can i delete cells dependant on the result from a formula paulgrif Excel Discussion (Misc queries) 1 March 28th 07 04:24 PM
3 way dependant lists stratmyster Excel Worksheet Functions 3 July 24th 06 05:21 PM
How can I get excel to ignore formula in dependant cells... Ted Excel Worksheet Functions 4 November 21st 05 10:03 PM
Dependant Lists Steve Bladon Excel Discussion (Misc queries) 2 June 13th 05 12:28 PM
Formula Dependant Conditional Formatting LDanix Excel Discussion (Misc queries) 1 January 13th 05 06:50 PM


All times are GMT +1. The time now is 06:16 PM.

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"