IF(OR Statement giving #unparseable, using ; or , ?
Please help. I keep getting #unparseable error for the following formula:
=IF(OR([DLExpiration Date]1 > TODAY(); [MECExpiration Date]1 > TODAY()); "NON COMPLIANT"; "COMPLIANT")
I want the cell in my Status column to display as NON COMPLIANT or COMPLIANT if today's date is greater than the dates in columns DLExpiration Date or MECExpirtion Date.
Best Answer
-
Hi Lisa,
I've just tested your formula and it worked in my sheet and seems to be built correctly... however I notice you're using semi-colons instead of commas. Function delimiters will differ depending on your language settings.
Try this:
=IF(OR([DLExpiration Date]1 > TODAY(), [MECExpiration Date]1 > TODAY()), "NON COMPLIANT", "COMPLIANT")
If this doesn't work, it would be helpful to see a screen capture of your sheet (but please block out any sensitive data!) I'd like to double check that the column names are exactly as they're typed into your formula.
Thanks!
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Answers
-
Hi Lisa,
I've just tested your formula and it worked in my sheet and seems to be built correctly... however I notice you're using semi-colons instead of commas. Function delimiters will differ depending on your language settings.
Try this:
=IF(OR([DLExpiration Date]1 > TODAY(), [MECExpiration Date]1 > TODAY()), "NON COMPLIANT", "COMPLIANT")
If this doesn't work, it would be helpful to see a screen capture of your sheet (but please block out any sensitive data!) I'd like to double check that the column names are exactly as they're typed into your formula.
Thanks!
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Hi Lisa,
I see that my response answered your question, which is great! I hope you don't mind but I've adjusted the title of your question to help other users who may have the same question find the answer.
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!