Formula to Find combined cell total if criteria is met.
Hello, Please Help!!
I am working on a metrics sheet from an onboarding sheet. I am trying to find the total of FTE for each department.
I have a column called "FTE" which has various numbers in over 200 cells (e.g. 1, 0.78, 0.25 etc.) and i have a column called "Department" which has 5 service areas within the organisation.
What i want to find is like the below:
If the Department is "Community Services" then calculate the combined total of FTE.
Tags:
Best Answer
-
=SUMIF(Department:Department, "Community Services", FTE:FTE)
...
Answers
-
=SUMIF(Department:Department, "Community Services", FTE:FTE)
...
-
Thank you heyjay, This is working now!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 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!