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

You're welcome! Glad you got it working.

There's a limit to what you can enter in the Source box of the Data
Validation dialog box, so it's usually easier to refer to a list on a
worksheet, or a named range. In this case, the delimited list works better.

The separator that you use will depend on your regional settings. Here
in English Canada it's a comma, and in other places it's a semi-colon.

Buckie wrote:
SUPERB! It works (I used method 2). The clue apparently is not to use a
column with values to define your drop down list (which is the standard way
proposed by excell "help" :-s ) but to add the values directly in the
"source" box (I did not know this was possible, is much easier). Just one
remark for others trying this: you have to seperate the list options with ;
not with , .

Thanks very much Debra!!

"Debra Dalgleish" wrote:


There are two separate solutions that I suggested. The cells with the
drop down lists should have General or Number format.

1) In ToolsOptions, change the reference style to R1C1
Select the cells where you want the data validation drop down
Choose DataValidation
Allow: List
Source: Deceased, Retired, =TODAY()-RC3

2) In ToolsOptions, turn off the R1C1 reference style
Select a cell in row 2
Choose InsertNameDefine
Name: Age
Refers To: =YEAR(TODAY())-YEAR(Sheet1!$C2)
(use your sheet name instead of Sheet1)
Click OK
Select the cells where you want the data validation drop down
Choose DataValidation
Allow: List
Source: Deceased, Retired, =Age




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

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 lists and formulas silverlining Excel Discussion (Misc queries) 2 August 6th 08 10:44 PM
Drop down lists that auto create and then filter the next drop down list [email protected] Excel Worksheet Functions 2 September 30th 07 11:53 AM
Conditional Formulas that return different drop down lists ads1983 Excel Discussion (Misc queries) 2 May 15th 07 09:57 PM
Multiple lists with repeated values for dependet drop down lists mcmanusb Excel Worksheet Functions 1 September 29th 06 12:13 AM
formulas and drop down lists drwrbrts Excel Worksheet Functions 1 June 6th 06 12:00 AM


All times are GMT +1. The time now is 05:40 PM.

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"