Best Practice for a Needed Formula
Good Morning!
I need calculate a sum for our total numbers based on our Fiscal Year. I am trying to find the best formula to accomplish that. I am not sure if a SUMIFS is the best way to accomplish this.
I need it to calculate based on the Current Date being greater than 10/3/24. I know what I have below is incorrect it has been awhile since I have written a formula. Any help would be appreciated. :)
=SUMIF([Current Date]:[Current Date], >10 / 3 / 24, [Total Pieces of Media]:[Total Pieces of Media])
Answers
-
Give this a try:
=SUMIF([Current Date]:[Current Date], @cell > DATE(2024, 3, 24), [Total Pieces of Media]:[Total Pieces of Media])
-
THANK YOU THANK YOU! I wasn't sure how to incorporate the date! I made a couple adjustments and viola! :)
-
I'm glad it worked… you already had the logic, just needed a bit of syntax.
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
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!