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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!