#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default drop down lists

I have a worksheet that I have three different drop down lists. I want the
users to select one value from each list and after they do so, I want a
response to display, depending on the selections they have chosen. How can I
go about doing this, assuming that it can be done?
--
many thanks,
Sally
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,886
Default drop down lists

Hi Sally

Take a look at Debra Dalgleish's site
http://www.contextures.com/xlDataVal02.html

--
Regards

Roger Govier


"v&sr4JC" wrote in message
...
I have a worksheet that I have three different drop down lists. I want
the
users to select one value from each list and after they do so, I want
a
response to display, depending on the selections they have chosen.
How can I
go about doing this, assuming that it can be done?
--
many thanks,
Sally



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,979
Default drop down lists

You could create a table with the possible responses. For example:

Lookup Val1 Val2 Val3 Resp
= B2&"-"&C2&"-"&D2 March Finance Budget Enter a budget amount
= B3&"-"&C3&"-"&D3 March Finance Actual Enter an actual amount

Then, on the sheet with the dropdown lists, enter a formula in another
cell, to return the applicable response, e.g.:

=VLOOKUP(B4&"-"&C4&"-"&D4,Sheet1!$A$2:$E$50,5,0)

v&sr4JC wrote:
I have a worksheet that I have three different drop down lists. I want the
users to select one value from each list and after they do so, I want a
response to display, depending on the selections they have chosen. How can I
go about doing this, assuming that it can be done?



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html

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
Multiple lists with repeated values for dependet drop down lists mcmanusb Excel Worksheet Functions 1 September 29th 06 12:13 AM
Drop Down Lists mr_teacher Excel Discussion (Misc queries) 6 June 12th 06 07:40 PM
drop down lists Vivek New Users to Excel 1 March 5th 06 11:59 AM
drop down lists Alex McKenzie Excel Worksheet Functions 1 October 8th 05 05:58 AM
Drop down lists Jim Johnson Excel Discussion (Misc queries) 7 July 11th 05 10:05 AM


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