Hi, I would like to count the occurrences in the current month and previous month. We use Australian
Hi, I would like to count the occurrences in the current month and previous month. We use Australian date format. I have tried IFERROR(MONTH(@cell), 0) = MONTH(TODAY()), but this is not giving accurate information.
Answers
-
Try something like this.
=COUNTIF(Date:Date; IFERROR(MONTH(@cell); 0) = MONTH(TODAY())) + COUNTIF(Date:Date; IFERROR(MONTH(@cell); 0) = MONTH(TODAY()) - 1)
The same version but with the below changes for convenience.
=COUNTIF(Date:Date, IFERROR(MONTH(@cell), 0) = MONTH(TODAY())) + COUNTIF(Date:Date, IFERROR(MONTH(@cell), 0) = MONTH(TODAY()) - 1)
Depending on your country/region, you'll need to exchange the comma to a period and the semi-colon to a comma.
Did that work?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. 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,
That almost works but I need to make sure it's 2020 only.
Lauren
-
I worked out the 2020 bit and the previous month formula works well but for some reason it is only counting 1 item in the current month when it should be counting 2.
-
Can you describe your process in more detail and maybe share the sheet(s)/copies of the sheet(s) or some screenshots? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help. (share too, andree@workbold.com)
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
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!