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
- 64.8K Get Help
- 434 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