Hello All,
I'm experience an issue with cells in Excel 2010 which I have Data Validation turned on for, the user's are to enter "Yes" or "No" and receive an error message if they don't to try again. I was having a pilot user run through some QA Testing on the document, and they found if they enter ?? or ??? they don't receive an error message instructing them to enter Yes or No.
I've since tested the following combinations: N?, ?N, Y??, Ye?, ?es, ??s none of which through the data validation error.
If they enter just one ? or four+ ?'s... the get the error message instructing them to enter Yes or No.
My analyst is "?" stands in place of any letter to which you're validating as a being successfully validating and fitting the validation criteria.
Do you know if there's a way to turn this off or write a macro to disable it from happening.
The reason I ask, is I have a lot of other logic and VBA going in the background based on rather or the user enters Yes or No... if any of the combinations where question marks are entered, my other logic picks up the user's input as if they enter "no"... so the entire process (checks and balances) begins to deteriorate.
Thank you!
I'm experience an issue with cells in Excel 2010 which I have Data Validation turned on for, the user's are to enter "Yes" or "No" and receive an error message if they don't to try again. I was having a pilot user run through some QA Testing on the document, and they found if they enter ?? or ??? they don't receive an error message instructing them to enter Yes or No.
I've since tested the following combinations: N?, ?N, Y??, Ye?, ?es, ??s none of which through the data validation error.
If they enter just one ? or four+ ?'s... the get the error message instructing them to enter Yes or No.
My analyst is "?" stands in place of any letter to which you're validating as a being successfully validating and fitting the validation criteria.
Do you know if there's a way to turn this off or write a macro to disable it from happening.
The reason I ask, is I have a lot of other logic and VBA going in the background based on rather or the user enters Yes or No... if any of the combinations where question marks are entered, my other logic picks up the user's input as if they enter "no"... so the entire process (checks and balances) begins to deteriorate.
Thank you!