How do you sum one colunm if it matches the criteria from two other columns
SharonR
✭✭✭✭✭
Need help with this formula
I want to sum one colunm if it matches the criteria from two other columns
=SUMIFS({PO Form - Range 3}, {PO Form - Range 1, ="Proj:01",[{PO Form - Range 2} = "Stationary"}])
Answers
-
Try this...
=SUMIFS({PO Form - Range 3}, {PO Form - Range 1}, "Proj:01", {PO Form - Range 2}, "Stationary")
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!