Neil B
New Member
Hi,
Not sure if the title covers this... haveing difficulty explaining it!
In my workbook I have several sets of data in a table, say Data A through Data C, and I have a dynamic dataset called Variance which the user can set to be one of the prior 3 minus another (e.g. Data C- Data A). The idea is this is expandable and as I move through the year my number of datasets will expand.
Ok, so to the question - I have a list of all the datasets entered so far ("look_DataSets") and I want to send them to a validation drop down, but I also want to have Variance as an option in my drop down.
My current validation formula is:
(I am looking at second column of look_Datasets as the first is a short hand in the table and the second is the formal name for the Validation). At the moment this will give:
Thanks in advance, hope it makes sense!
Not sure if the title covers this... haveing difficulty explaining it!
In my workbook I have several sets of data in a table, say Data A through Data C, and I have a dynamic dataset called Variance which the user can set to be one of the prior 3 minus another (e.g. Data C- Data A). The idea is this is expandable and as I move through the year my number of datasets will expand.
Ok, so to the question - I have a list of all the datasets entered so far ("look_DataSets") and I want to send them to a validation drop down, but I also want to have Variance as an option in my drop down.
My current validation formula is:
=OFFSET(INDEX(look_Datasets,,2),,,COUNTA(INDEX(look_Datasets,,2)))
(I am looking at second column of look_Datasets as the first is a short hand in the table and the second is the formal name for the Validation). At the moment this will give:
- Data A
- Data B
- Data C
Thanks in advance, hope it makes sense!