richiwatts
Board Regular
- Joined
- Aug 27, 2002
- Messages
- 131
I need to carry out 3 checks between 2 cells
Check 1 - Inconsistent capitalization
In another tool we use ^[A-Z] (In the filter source field) and ^[a-z] (In the target field)
Check 2 - Inconsistent punctuation
In aother tools we use \.$ (In the filter Source field) and [^.]$ (In the Target field)
Check 3 number mismatch
A1 - I am 20 today
A2 - I am 30 today
Show error that there is number mismatch
Can anyone help with the formula to catch any of these?
Check 1 - Inconsistent capitalization
In another tool we use ^[A-Z] (In the filter source field) and ^[a-z] (In the target field)
Check 2 - Inconsistent punctuation
In aother tools we use \.$ (In the filter Source field) and [^.]$ (In the Target field)
Check 3 number mismatch
A1 - I am 20 today
A2 - I am 30 today
Show error that there is number mismatch
Can anyone help with the formula to catch any of these?