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
- Smartsheet Customer Resources
- 63K Get Help
- 379 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives