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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!