Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default drop down list function help

I am trying to perform a task in excell. I have a list of names for products
in col B.
In col. C I have a list of prices. I need to know how when I use drop down
list at the bottom of B col. I can have it pull down corresponding price into
col. C.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default drop down list function help

One way...

Product list in the range B2:B10
Price list in the range C2:C10

Product drop down in B25

=SUMIF(B2:B10,B25,C2:C10)

--
Biff
Microsoft Excel MVP


"doodiehow" wrote in message
...
I am trying to perform a task in excell. I have a list of names for
products
in col B.
In col. C I have a list of prices. I need to know how when I use drop down
list at the bottom of B col. I can have it pull down corresponding price
into
col. C.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default drop down list function help

See help on VLOOKUP and Data Validation dropdown list.

You will select the name from DataValidationList and in C you will have
the VLOOKUP formula.


Gord Dibben MS Excel MVP

On Mon, 8 Sep 2008 09:19:03 -0700, doodiehow
wrote:

I am trying to perform a task in excell. I have a list of names for products
in col B.
In col. C I have a list of prices. I need to know how when I use drop down
list at the bottom of B col. I can have it pull down corresponding price into
col. C.


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
Drop-down list with Lookup function? jmc784 Excel Discussion (Misc queries) 2 July 11th 08 04:43 PM
Generating a drop-down list from an IF function KP@RG New Users to Excel 2 December 11th 06 08:37 PM
Drop-down list compling with If function. angelfire Excel Worksheet Functions 1 November 22nd 06 06:17 AM
Validation function that created from another drop down list Jamie Excel Discussion (Misc queries) 2 May 9th 06 12:56 AM
IS THERE ANY PIVOT TABLE DROP LIST FUNCTION? william Excel Worksheet Functions 1 January 4th 06 02:25 PM


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