Sum if criteria matches Row and column values
I have this table in one sheet.
This is my other summary sheet
In my other sheet I wanted to auto calculate if name and week number matches
like Sumif name is x and week is 1 so answer i should be getting 7 (i.e. 4+3). Please help.
Tags:
Answers
-
You will need to create a different SUMIFS for each Week Number Column.
-
Thanks Paul, can you give me an example using 2-3 criteria's
-
You would need something along the lines of...
=SUMIFS({Source Sheet Week 1 Column}, {Source Sheet Name Column}, "X") + SUMIFS({Source Sheet Week 2 Column}, {Source Sheet Name Column}, "X") + SUMIFS({Source Sheet Week 3 Column}, {Source Sheet Name Column}, "X").................
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!