combining 2 criterions
Hello I need help with combining 2 criterions in one formula,
=SUMIF([Project Status]:[Project Status], "Complete", LM:LM)
I need to know the total LM (lane miles) for projects that are completed and located within a specific district
CD Total # projects Total LM completed within District
A 8
B 7
C 9
Tags:
Best Answer
-
You would need to use a SUMIFS (note the range to sum moves to be the first range).
=SUMIFS(LM:LM, [Project Status]:[Project Status], "Complete", District:District, "A")
Answers
-
You would need to use a SUMIFS (note the range to sum moves to be the first range).
=SUMIFS(LM:LM, [Project Status]:[Project Status], "Complete", District:District, "A")
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!