Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
kgeorge
 
Posts: n/a
Default If - Then Formula


Please Help!!

I have column A as a drop down list and would like it if column C would
give a corresponding price to what is picked in column A from the drop
down list.
Any quick fixes?

Thanks A Bunch!


--
kgeorge
------------------------------------------------------------------------
kgeorge's Profile: http://www.excelforum.com/member.php...o&userid=32804
View this thread: http://www.excelforum.com/showthread...hreadid=532065

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Cutter
 
Posts: n/a
Default If - Then Formula


You make a table somewhere within your workbook (possibly expand on the
source list for your drop down?) with your data that comprises your
drop down list and in the adjacent column list the prices that are
associated to each item in your list.
Then use a VLOOKUP() formula in column C of the sheet containing your
drop down. When an item is selected from your drop down the formula
will display the associated price from your table.

Something like:

=VLOOKUP(cell holding the drop down,sheet name & range of your
table,2,0)


--
Cutter
------------------------------------------------------------------------
Cutter's Profile: http://www.excelforum.com/member.php...fo&userid=9848
View this thread: http://www.excelforum.com/showthread...hreadid=532065

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Duke Carey
 
Posts: n/a
Default If - Then Formula

Do you have a table of items & corresponding prices?

Let's say that range G1:G10 contains the labels for your drop down. In
H1:H10 put the prices

in C1 use:

=vlookup(A1,$G$1:$h$10,2,false)

"kgeorge" wrote:


Please Help!!

I have column A as a drop down list and would like it if column C would
give a corresponding price to what is picked in column A from the drop
down list.
Any quick fixes?

Thanks A Bunch!


--
kgeorge
------------------------------------------------------------------------
kgeorge's Profile: http://www.excelforum.com/member.php...o&userid=32804
View this thread: http://www.excelforum.com/showthread...hreadid=532065


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
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
2 Nesting questions Starchaser Excel Worksheet Functions 7 January 20th 06 06:53 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


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