D_E_Manton
New Member
- Joined
- Jun 26, 2011
- Messages
- 2
Hi Everyone,
I'm developing a tool for analysing educational data which involves the input and the analysis in one workbook. I am controlling the input with data validation using a named range because of the amount of times I would have to repeat the same delimited list when I create the other validation sheets/cells.
However because I am using a named range for this data validation it is not case sensitive. This means that later on when I use the named ranges based on dependency to select filters for my data the conditional statements that do the maths won't recognise an input which deviates from the named range. This unfortunately messes it up.
Therefore is it possible to make data validation with named ranges case sensitive? I would prefer a non macro solution but if it has to be it will have to be.
Thanks in advance.
I'm developing a tool for analysing educational data which involves the input and the analysis in one workbook. I am controlling the input with data validation using a named range because of the amount of times I would have to repeat the same delimited list when I create the other validation sheets/cells.
However because I am using a named range for this data validation it is not case sensitive. This means that later on when I use the named ranges based on dependency to select filters for my data the conditional statements that do the maths won't recognise an input which deviates from the named range. This unfortunately messes it up.
Therefore is it possible to make data validation with named ranges case sensitive? I would prefer a non macro solution but if it has to be it will have to be.
Thanks in advance.