Is it possible to do sumif for a whole column as range?
Best Answer
-
Try
=SUMIF(ProductionDate:ProductionDate, TODAY(), Output:Output)
Answers
-
Hi @FPMI,
Do you mean something like this?
=SUMIF([Column1]:[Column1], "A", [Column4]:[Column4])
This takes the whole of Column1 as a range to evaluate and the whole of Column4 to add (where they meet the criteria)
Not 100% sure if that's what you mean?
Tim
-
Here is a screenshot of what I am trying to do. I am using the formula for the summary
I have data encoded every hour. The summary that I would like to show is the sum of the values that has been encoded today.
-
Try
=SUMIF(ProductionDate:ProductionDate, TODAY(), Output:Output)
-
Thanks. It worked.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 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!