brianclark75
New Member
- Joined
- Jun 28, 2023
- Messages
- 5
- Office Version
- 365
- Platform
- Windows
I am trying to validate if an alphanumeric value (list of multiple ID numbers format: B125625) falls with a range of four separate Min and max values. Due to the fact that they are alphanumeric, my formulas are not yielding the right results. I've tried formulas such as:
=if(Min1cell<targetcell<max1cell, TRUE,FALSE)
I've tried to use a helper column and take the numeric digits to use the same formula as above (=RIGHT(targetcell),6), but the result is still in text form which doesn't work with the formula.
I've also tried using the Value function =value(right(targetcell,6))
Mins and Maxs
List to be validated as values between the mins and max's
=if(Min1cell<targetcell<max1cell, TRUE,FALSE)
I've tried to use a helper column and take the numeric digits to use the same formula as above (=RIGHT(targetcell),6), but the result is still in text form which doesn't work with the formula.
I've also tried using the Value function =value(right(targetcell,6))
Mins and Maxs
List to be validated as values between the mins and max's