Count If greater than or equal to 30 days from today?
Hello,
I am trying to find how many dates are greater than or equal to today that are past 30. I missing something the function isnt working.
Formula —
=COUNTIF([Account Corrections]:[Account Corrections]), ">=TODAY(-30)")
Best Answer
-
It is the closing parenthesis after the range that needs to be removed. Missed it on the first go-around.
=COUNTIF([Account Corrections]:[Account Corrections], >= TODAY(-30))
Answers
-
Try removing the quotes.
=COUNTIF([Account Corrections]:[Account Corrections]), >= TODAY(-30))
-
Hello @nmazardw ,
Based on the formula provided, I feel this is due to the quotes used in the formula.
Quotes are used to search for a specific value, E.G COUNTIF([All Employees]:[All Employees], "John"
Please see my example formula I used: =COUNTIF(Column 3]:[Column 3]), >= TODAY(-30))
Kindest Regards
Sean
-
@Sean Morgan You didn't finish out your formula to show your criteria.
-
@Paul Newcome Thanks!
I think it may have been a dodgy copy and paste job.
I blame the 4 hours of sleep I got, due to my wild daughter 😂
Regards
Sean
-
@Sean Morgan Sure thing. I also noticed just now an extra closing parenthesis tucked in right after the range.
-
Good Morning,
I tried removing the quotes;
=COUNTIF([Account Corrections]:[Account Corrections]), >= TODAY(-30)) returns back #UNPARSEABLE.
-
Hello @nmazardw ,
Can you please provide a screenshot of your sheet and show where you are entering this formula, whilst removing/hiding any sensitive data?
Regards
Sean
-
It is the closing parenthesis after the range that needs to be removed. Missed it on the first go-around.
=COUNTIF([Account Corrections]:[Account Corrections], >= TODAY(-30))
-
Thank you so much Paul, that worked!
-
Happy to help! 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!