I am looking for help writing a formula to distigush between varied text formats.
I want to play out like: IF(B1 = "STRUCKTHROUGH", 1, if (b1 = "RED", 2,3))
[TABLE="width: 96"]
<TBODY>[TR]
[TD="class: xl64, width: 64, bgcolor: transparent"]YES
[/TD]
[TD="class: xl65, width: 64, bgcolor: transparent"]<S>MECH</S>
[/TD]
[/TR]
[TR]
[TD="class: xl64, bgcolor: transparent"]YES
[/TD]
[TD="class: xl66, bgcolor: transparent"]MECH
[/TD]
[/TR]
[TR]
[TD="class: xl64, bgcolor: transparent"]NO
[/TD]
[TD="class: xl67, bgcolor: transparent"]MECH
[/TD]
[/TR]
</TBODY>[/TABLE]
I want to play out like: IF(B1 = "STRUCKTHROUGH", 1, if (b1 = "RED", 2,3))
[TABLE="width: 96"]
<TBODY>[TR]
[TD="class: xl64, width: 64, bgcolor: transparent"]YES
[/TD]
[TD="class: xl65, width: 64, bgcolor: transparent"]<S>MECH</S>
[/TD]
[/TR]
[TR]
[TD="class: xl64, bgcolor: transparent"]YES
[/TD]
[TD="class: xl66, bgcolor: transparent"]MECH
[/TD]
[/TR]
[TR]
[TD="class: xl64, bgcolor: transparent"]NO
[/TD]
[TD="class: xl67, bgcolor: transparent"]MECH
[/TD]
[/TR]
</TBODY>[/TABLE]