View Single Post
 
Old 05-18-2015, 09:29 PM
lobo115 lobo115 is offline Windows XP Office 2007
Novice
 
Join Date: Nov 2014
Posts: 3
lobo115 is on a distinguished road
Default Dependent Lists With date and Numeric interval

Hello, i am trying to create a excel sheet with a validation drop down list in a cell wich values depend of other cell value, i read a tutorial that tell me about Dependent Data Validation, but in my case i need use interval values, for example:
i have a initial month and a last month, in two periods, and i need that cell in column B2 they may be only eligible values from that interval in a drop down list.
Example:
Code:
 interval A1=january, A2=march, so january to march 
and a3=september a4= november, next interval september to november
then in my drop list should be months:
Code:
january, february, march, september, november
Then in next column, C2:C, i have numeric values that show numbers of weeks workables in that month.
Code:
B2=August, C2=3
, it mean that if i choice in another sheet i choice august for month in drop list should be
Code:
1, 2 or 3
, for number of week

there is a way that can i do that?
thz.

PS: I am using office 2013 and windows 8
Reply With Quote