richardthelionheart
Board Regular
- Joined
- Mar 25, 2016
- Messages
- 95
- Office Version
- 2016
- Platform
- Windows
'=IF(AH1=AL1,OR,AH1=AM1,OR,AH1=AN1,"YES", " ")
So I'm trying to find a YES if any nunbers in AL1 or AM1 or AN1 match the number in cell AH1. The numbers found in AL1,AM1 and AN1 will always be different. I've researched "OR" but have found only examples that do not include "find any that match". Would really appreciate some help here. I'm happy to get a "TRUE" result instead of "YES" - that's of no consequence.
So I'm trying to find a YES if any nunbers in AL1 or AM1 or AN1 match the number in cell AH1. The numbers found in AL1,AM1 and AN1 will always be different. I've researched "OR" but have found only examples that do not include "find any that match". Would really appreciate some help here. I'm happy to get a "TRUE" result instead of "YES" - that's of no consequence.