ISSUES WITH SUMIF WITH DATE CRITERIA
I have a sheet wherein the data is getting populated by way of form. I am trying to create sheet summary which tells me the qty input done in last 30 days and instances
for last 30 days using Sumif and Cuntif formula.
I get wrong answers.
Need help to determine if my formula is right
=SUMIF([DATE OF CONCRETE]:[DATE OF CONCRETE], <=TODAY(-30), [CONCRETE QTY]:[CONCRETE QTY])
=COUNTIF([DATE OF CONCRETE]:[DATE OF CONCRETE], <=TODAY(-30))
Answers
-
If you are wanting to count how many have been submitted in the past 30 days, you will need to use something along the lines of...
=COUNTIFS([DATE OF CONCRETE]:[DATE OF CONCRETE], AND(@cell >=TODAY(-30), @cell <= TODAY()))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 219 Industry Talk
- 457 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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!