Comparing results

Copper Contributor

I want to compare the results of multiple cells. Can anyone tell me what I am doing wrong? If any of the cells h3 : j3 are equal, I want a "result", but not just if h3=i3, or h3=j3 (for example), but also if i3=j3. I thought my formula should look like =OR(h3=i3, h3=j3, i3=j3), "Tie", ""), but I am getting an error. I am obviously a novice, so I appreciate any help you can offer!

1 Reply

@Vasante365 

=IF(OR(H3=I3,H3=J3,I3=J3),"Tie","")

You can try this formula.