Incorrect Argument on IF/ISBLANK

Hi
I am trying to set up aย cell that automatically set a word in a cell depending on what the due date is.
If date is less than today's date "overdue" will be added to cell, If date is more that today's date "on track will be added, If there is no date, I would like the word "on hold" to be added. Not sure were I am going wrong.
thank you
ย
=IF(OR(ISBLANK([Next Audit Due Date]6, "On Hold",โโ), IF([Next Audit Due Date]6 < TODAY(), "Overdue", IF([Next Audit Due Date]6 > TODAY(), "On Track")))))
Comments
-
Hi Violet,
Try something like this. I added so it would show as "on track" if the date is TODAY.
=IF(ISBLANK([Next Audit Due Date]@row); "on hold"; IF([Next Audit Due Date]@row < TODAY(); "overdue"; IF([Next Audit Due Date]@row >= TODAY(); "on track")))
The same version but with the below changes for your and others convenience.
=IF(ISBLANK([Next Audit Due Date]@row), "on hold", IF([Next Audit Due Date]@row < TODAY(), "overdue", IF([Next Audit Due Date]@row >= TODAY(), "on track")))
Depending on your country youโll need to exchange the comma to a period and the semi-colon to a comma.
Did it work?
I hope that helps!
Have a fantastic day!
Best,
Andrรฉe Starรฅ
Workflow Consultant / CEO @ WORK BOLD
ย
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrรฉe Starรฅ | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E: andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
thank you, working now
-
Excellent!
Happy to help!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrรฉe Starรฅ | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E: andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives