Good day! I have dataset that looks like this (let's assume that "Name" is column A and "Sequence" is column B):
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Sequence[/TD]
[/TR]
[TR]
[TD]BUNNY[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]BUNNY[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]BUNNY[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]BUNNY[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]TIGER[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]TIGER[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]TIGER[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]TIGER[/TD]
[TD]-[/TD]
[/TR]
[TR]
[TD]DOG
[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]DOG
[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]DOG
[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]DOG
[/TD]
[TD]2[/TD]
[/TR]
</tbody>[/TABLE]
I am in the need of a simple formula highlights the 4 "Sequence" cells in red when the sequence for each "Name" is any different from the two following sequences: "1 ,2, 3, 4" or "1, 2, 3, -": in the given example, DOG should turn red since the sequence is different from the two allowed ones.
Thanks in advance,
Alejandro
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Sequence[/TD]
[/TR]
[TR]
[TD]BUNNY[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]BUNNY[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]BUNNY[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]BUNNY[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]TIGER[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]TIGER[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]TIGER[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]TIGER[/TD]
[TD]-[/TD]
[/TR]
[TR]
[TD]DOG
[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]DOG
[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]DOG
[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]DOG
[/TD]
[TD]2[/TD]
[/TR]
</tbody>[/TABLE]
I am in the need of a simple formula highlights the 4 "Sequence" cells in red when the sequence for each "Name" is any different from the two following sequences: "1 ,2, 3, 4" or "1, 2, 3, -": in the given example, DOG should turn red since the sequence is different from the two allowed ones.
Thanks in advance,
Alejandro