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
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 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!