neodjandre
Well-known Member
- Joined
- Nov 29, 2006
- Messages
- 950
- Office Version
- 2019
- Platform
- Windows
I have 10 columns which either take the value "A" or "B"
The correct pattern should always be "A"s followed by "B"s something like:
A A A A B B B B B B
A A B B B B B B B B
A A A A A A A B B B
I need a check which returns TRUE if the user mixes up the pattern such as:
A A A B A A A B B B
How could I do this please?
many thanks,
Andrew
The correct pattern should always be "A"s followed by "B"s something like:
A A A A B B B B B B
A A B B B B B B B B
A A A A A A A B B B
I need a check which returns TRUE if the user mixes up the pattern such as:
A A A B A A A B B B
How could I do this please?
many thanks,
Andrew