How to find date having the highest sum when multiple entries per day in a list
I have a running list which collects values submitted by a form. There are multiple users that can submit the form multiple times per day to record a value . I am trying to find a formula which finds the highest summed value for any one day. In this case, the higher the value submitted the worse it is, so I am trying to find the "worst day" out of all entries. Any help provided is truly appreciated.
Best Answer
-
=SUMIF({# redacted alerts triaged},{date triaged},Date@row)
Try to use this on another sheet -
Col 1 = Running Date, from 1/1/24 on wards
Col 2 = The formula
Anything in curly brackets are the references to the Source column. This should you get the sum for each days.
...
Answers
-
=SUMIF(Value:Value,Date:Date,Date@row)
You might need a separate sheet for this one. Or use the sheet summary. If that is the case, you will have to change the last arguement
Date@row
...
-
Thank you for responding HeyJay, I tried to use that formula + sheet summary, however I could not get it to work. I am including a screen shot of my sheet (column with submitter's name isn't shown). I am trying to find the day that had the highest sum of all the alerts triaged on that day. If I do that, I can index match the sum value from there (I think). Note: The grey columns are helpers for a reference metrics sheet that I use to collect info. I could add rows for all 365 days to the metric sheet, sum the values for each and then it would be easy to find the max value. I am just trying to avoid that or using pivot by having a formula.
-
=SUMIF({# redacted alerts triaged},{date triaged},Date@row)
Try to use this on another sheet -
Col 1 = Running Date, from 1/1/24 on wards
Col 2 = The formula
Anything in curly brackets are the references to the Source column. This should you get the sum for each days.
...
-
Thank you HeyJay
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 462 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 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!