Is it possible to make a formula for completed in due month?
Hi everyone 😊
Is it possible to create a formula for completed in due month ( a yes/no dropdown column).
Thank you very much
Best Answer
-
Does this work?
=IFERROR(IF(AND(MONTH([Due Date]@row) = MONTH([Completed Date]@row), YEAR([Due Date]@row) = YEAR([Completed Date]@row)), "Yes", "No"), "")
Answers
-
Hi @Marianne Mc
I hope you're well and safe!
Try something like this.
This will work as long as it's the same year. Will one of the dates ever be in a different year than the other?
=IF(AND([Due Date]@row <> "", [Completed Date]@row <> ""), IF(MONTH([Due Date]@row) = MONTH([Completed Date]@row), "Yes", "No"))
Did that work/help?
I hope that helps!
Be safe, and have a fantastic weekend!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
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.
-
Hi Andree,
Thank you so much for your response. Unfortunately it came up as incorrect argument set. I will have some instances where the completed date could be Jan of next year but the due date would be December of this year.
Any help on where I am going wrong would be greatly appreciated!
Thanks in advance 😊
-
Does this work?
=IFERROR(IF(AND(MONTH([Due Date]@row) = MONTH([Completed Date]@row), YEAR([Due Date]@row) = YEAR([Completed Date]@row)), "Yes", "No"), "")
-
Yes !!! Thanks so much Paul !!! 🙌🙌
Thank you both for answering my question!
-
Excellent!
Glad we got it working!
Happy to help!
✅Please support the Community by marking the post(s) that helped or answered your question or solved your problem with the accepted answer/helpful, Insightful/Vote Up/Awesome. It will make it easier for others to find a solution or help to answer!
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.
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 464 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!