R
rwfster
I am using the formula
=IF(OR(A5={"a","a1","a2","a3","a4","x","x1","x2","x3","x4","t","t1","t2","t3","t4","h","h1","h2","h3","h4","r","l"}),"X","")
to place an "X" in the destination cell. How would I adapt this formula to
include cells B5 through E5, and would also include the numbers 1 through 4
as part of the criteria?
=IF(OR(A5={"a","a1","a2","a3","a4","x","x1","x2","x3","x4","t","t1","t2","t3","t4","h","h1","h2","h3","h4","r","l"}),"X","")
to place an "X" in the destination cell. How would I adapt this formula to
include cells B5 through E5, and would also include the numbers 1 through 4
as part of the criteria?