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
- 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