S
smudge
I'm using a couple of 'list-validations' to keep my worksheet les
cluttered. I wanted to do something a little smarter with thes
functions though. I'm trying to match the selected items from th
validation (pull down menu) with a lookup function for data in a tabl
with not only column headers but row headers too. This is what I need
but can't get working:
My first validation, when selected, needs to look ALONG the row wit
the selected heading, and return the value from under the secon
validation which looks DOWN a column. Thus:-
VALIDATION Menu1 Select (Thur) VALIDATION MENU2 Select (WED)
TABLE:
MON TUE WED THUR FRI SAT SUN (Column Headers)
TUE--------|
WED-------|
THUR--(VALUE)
FRI
SAT
SUN
(Row Headers)
I need a clever lookup because these two lookups only return one value
i.e. "VALUE"a result I want placed in another cell, under Validatio
Menu1.
To make matters worse, I would like to use a dependant list idea t
exclude from VALIDATION MENU2 whatever was selected in VALIDATIO
MENU1. In otherwords, in the above example, I selected "THUR" first
The second Validation menu should not contain "THUR". I see thi
getting complex, so wondered if these functions would be best sittin
in a worksheet module?
Any ideas are greatly accepted. I have read many great tips but can'
combine all of these ideas
cluttered. I wanted to do something a little smarter with thes
functions though. I'm trying to match the selected items from th
validation (pull down menu) with a lookup function for data in a tabl
with not only column headers but row headers too. This is what I need
but can't get working:
My first validation, when selected, needs to look ALONG the row wit
the selected heading, and return the value from under the secon
validation which looks DOWN a column. Thus:-
VALIDATION Menu1 Select (Thur) VALIDATION MENU2 Select (WED)
TABLE:
MON TUE WED THUR FRI SAT SUN (Column Headers)
TUE--------|
WED-------|
THUR--(VALUE)
FRI
SAT
SUN
(Row Headers)
I need a clever lookup because these two lookups only return one value
i.e. "VALUE"a result I want placed in another cell, under Validatio
Menu1.
To make matters worse, I would like to use a dependant list idea t
exclude from VALIDATION MENU2 whatever was selected in VALIDATIO
MENU1. In otherwords, in the above example, I selected "THUR" first
The second Validation menu should not contain "THUR". I see thi
getting complex, so wondered if these functions would be best sittin
in a worksheet module?
Any ideas are greatly accepted. I have read many great tips but can'
combine all of these ideas