Flagging this Month or Last Month
Fboivin
✭✭
I am trying to create a helper column to flag something as occuring "This Month" or "Last Month"
This is the formula I'm using.
=IF(Date@row = MONTH(TODAY()), "This Month", "Last Month")
It is saying #INVALID OPERATION. Not sure what I have wrong here.
Best Answer
-
=IF(MONTH(Date@row) = MONTH(TODAY()), "This Month", "Last Month")
You were on the right track.
Will the current and previous months be the only options? Will there be entries from prior to last month?
Answers
-
=IF(MONTH(Date@row) = MONTH(TODAY()), "This Month", "Last Month")
You were on the right track.
Will the current and previous months be the only options? Will there be entries from prior to last month?
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives