Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Linking Excel drop down lists

I am trying to set up a billing spreadsheet. On one spreadsheet I have a
list of product codes in one column, the description in the next column and
the price in the third column. On another spreadsheet I would like to pick
the appropriate code from a drop-down list (no problem with that) and I would
like the description and price to fill in automatically once I choose the
code. I thought this would be easy but I am stuck!! Having drop down lists
in each column is not an option since there are 163 things in each drop down
- the descriptions are wordy and I want to garantee I get the right
description with the corresponding code.

I have used excel since day one but I am out of practice. Any help is
greatly appreciated.

Thanks,
cheryl
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 698
Default Linking Excel drop down lists

Try this.

On the second sheet select and name the column of product codes, perhaps
PCodes.

On the first sheet in A1 enter your drop down using List and in the Source
box enter =PCodes

Select B1 and C1 and while selected enter this formula:

=VLOOKUP($A$1,Sheet2!A163:C163,{2,3},0)

Now hit Ctrl + Shift + Enter. Excel will put curly bracket around the
formula, don't do this your self.

Select a product code from the drop down in A1 and you should get the
description and the price in B1 and C1.

If you need to change the formulas in B1 and C1 you will need to select both
cells and make the changes and use the Array - Enter method again.

HTH
Regards,
Howard
Regards

"thelma68" wrote in message
...
I am trying to set up a billing spreadsheet. On one spreadsheet I have a
list of product codes in one column, the description in the next column
and
the price in the third column. On another spreadsheet I would like to pick
the appropriate code from a drop-down list (no problem with that) and I
would
like the description and price to fill in automatically once I choose the
code. I thought this would be easy but I am stuck!! Having drop down
lists
in each column is not an option since there are 163 things in each drop
down
- the descriptions are wordy and I want to garantee I get the right
description with the corresponding code.

I have used excel since day one but I am out of practice. Any help is
greatly appreciated.

Thanks,
cheryl



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 79
Default Linking Excel drop down lists

say your dropdown list is on sheet 1 A1 - - - your product codes are on
sheet 3 B1:B163 and description on sheet 3 C1:C163
on sheet 1 B1 =index(sheet3!$C$1:$C$163,match(A1,sheet3!$B$1:$B$ 163,0))
--
grizz


"thelma68" wrote:

I am trying to set up a billing spreadsheet. On one spreadsheet I have a
list of product codes in one column, the description in the next column and
the price in the third column. On another spreadsheet I would like to pick
the appropriate code from a drop-down list (no problem with that) and I would
like the description and price to fill in automatically once I choose the
code. I thought this would be easy but I am stuck!! Having drop down lists
in each column is not an option since there are 163 things in each drop down
- the descriptions are wordy and I want to garantee I get the right
description with the corresponding code.

I have used excel since day one but I am out of practice. Any help is
greatly appreciated.

Thanks,
cheryl

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
Linking drop down lists to another list locobo81 Excel Discussion (Misc queries) 2 May 15th 09 07:39 PM
Linking Checkboxes/Drop Down Lists to a Formula Ryan F[_3_] Excel Worksheet Functions 4 February 20th 09 09:45 PM
Excel Drop Down Lists Help LauraB Excel Worksheet Functions 1 December 13th 08 04:54 PM
Linking Lists and Filters between Worksheets in Excel kilgore.of.trout New Users to Excel 3 October 30th 08 03:26 PM
Multiple lists with repeated values for dependet drop down lists mcmanusb Excel Worksheet Functions 1 September 29th 06 12:13 AM


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