Using MONTH formula with a blank date cell
I have been using the month formula to create a month number from an 'Actual close date' column.
however i get error when the source column 'Actual close date' is blank
I can get the month number to work when dates are included with =MONTH([Actual Close date]4)
and I can clear away error message if source is blank with =IFERROR([Actual Close date]18, "")
but no matter how many times I try to work this I can't get a combined formula a to work
IE: when there is a date deliver the month number and when there is no date leave blank ( or even a 0 would be ok i think)
hope someone can help
Comments
-
Hi,
Try this.
=IFERROR(MONTH([Actual Close Date]@row); "")
The same version but with the below changes for your and others convenience.
=IFERROR(MONTH([Actual Close Date]@row), "")
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Did it work?
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
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.
-
Worked a treat, can't believe how close I got,
Many Thanks
-
Great!
Happy to help!
Best,
Andrée
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.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!