jondavis1987
Active Member
- Joined
- Dec 31, 2015
- Messages
- 443
- Office Version
- 2019
- Platform
- Windows
I'm trying to make an IF formula to detect if there's any asterisks in the worksheet.
That way if there is one it will display *DOES NOT MEET SPECIFICATIONS" and if there isn't one it displays nothing.
Code:
=IF(WORKSHEET RANGE," * DOES NOT MEET SPECIFICATIONS ","")