MurdochQuill
Board Regular
- Joined
- Nov 21, 2020
- Messages
- 84
- Office Version
- 365
- Platform
- Windows
I'm using the following formula but I want to exclude blank cells from the countif criteria... "*"&'Sheet10'!$B$5:$B$9&"*"
=IF(OR(INDEX(COUNTIF(F2, "*"&'Sheet10'!$B$5:$B$9&"*"),)), "YES", "NO")
Anyone know how?
=IF(OR(INDEX(COUNTIF(F2, "*"&'Sheet10'!$B$5:$B$9&"*"),)), "YES", "NO")
Anyone know how?