Hello,
I am sure this is an easy question, but I have not been able to get it to work for me. I have 5000+ rows that can contain both numbers, alpha and a mix of both. The column is formatted custom '000000000000000' (15). What I need is if the cell contains anything other than 15 (no spaces) characters highlight the cell to be orange (or any other color).
The first character could be alpha or number (never a zero), but the following 14 characters will always be a number.
Here is a sample set of data:
[TABLE="width: 212"]
<tbody>[TR]
[TD]022006000015582 Bad[/TD]
[/TR]
[TR]
[TD]030020000157510 Bad[/TD]
[/TR]
[TR]
[TD]320220000093166 Good[/TD]
[/TR]
[TR]
[TD]000004001100000 Bad[/TD]
[/TR]
[TR]
[TD]000000000163132 Bad[/TD]
[/TR]
[TR]
[TD]120180000103126 Good[/TD]
[/TR]
[TR]
[TD]200010000119899 Good[/TD]
[/TR]
[TR]
[TD]A00100000033408 Good
[/TD]
[/TR]
[TR]
[TD]003401400086119 Bad
[/TD]
[/TR]
[TR]
[TD]120180000102297 Good
[/TD]
[/TR]
[TR]
[TD]34014 00000 73023 Bad
[/TD]
[/TR]
[TR]
[TD]200010000119899 Good
[/TD]
[/TR]
[TR]
[TD]040010000095304 Bad
[/TD]
[/TR]
[TR]
[TD]CONS/460190000049100 Bad
[/TD]
[/TR]
[TR]
[TD]000000000163089 Bad
[/TD]
[/TR]
[TR]
[TD]28012 0000106955 Bad
[/TD]
[/TR]
[TR]
[TD]Thank you![/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I am sure this is an easy question, but I have not been able to get it to work for me. I have 5000+ rows that can contain both numbers, alpha and a mix of both. The column is formatted custom '000000000000000' (15). What I need is if the cell contains anything other than 15 (no spaces) characters highlight the cell to be orange (or any other color).
The first character could be alpha or number (never a zero), but the following 14 characters will always be a number.
Here is a sample set of data:
[TABLE="width: 212"]
<tbody>[TR]
[TD]022006000015582 Bad[/TD]
[/TR]
[TR]
[TD]030020000157510 Bad[/TD]
[/TR]
[TR]
[TD]320220000093166 Good[/TD]
[/TR]
[TR]
[TD]000004001100000 Bad[/TD]
[/TR]
[TR]
[TD]000000000163132 Bad[/TD]
[/TR]
[TR]
[TD]120180000103126 Good[/TD]
[/TR]
[TR]
[TD]200010000119899 Good[/TD]
[/TR]
[TR]
[TD]A00100000033408 Good
[/TD]
[/TR]
[TR]
[TD]003401400086119 Bad
[/TD]
[/TR]
[TR]
[TD]120180000102297 Good
[/TD]
[/TR]
[TR]
[TD]34014 00000 73023 Bad
[/TD]
[/TR]
[TR]
[TD]200010000119899 Good
[/TD]
[/TR]
[TR]
[TD]040010000095304 Bad
[/TD]
[/TR]
[TR]
[TD]CONS/460190000049100 Bad
[/TD]
[/TR]
[TR]
[TD]000000000163089 Bad
[/TD]
[/TR]
[TR]
[TD]28012 0000106955 Bad
[/TD]
[/TR]
[TR]
[TD]Thank you![/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Last edited: