I got a great answer for my conditional fomat =(A1,"Rr)...thanks
now how would I get this formula to return "SO" when it meets criteria.
My formula is as follows. I want to recognize either one when it occurs in that C6 cell
=IF(OR(exact(C6,"rR"),IF(EXACT(C6,"sS"),"SO",""))
maybe I should use AND instead of OR....my results just returns VALUE
now how would I get this formula to return "SO" when it meets criteria.
My formula is as follows. I want to recognize either one when it occurs in that C6 cell
=IF(OR(exact(C6,"rR"),IF(EXACT(C6,"sS"),"SO",""))
maybe I should use AND instead of OR....my results just returns VALUE