Help with Formula
![asha.D](https://us.v-cdn.net/6031209/uploads/defaultavatar/nWRMFRX6I99I6.jpg)
asha.D
✭
Hello- I am needing assistance with creating a formula to count the active FTEs that are on an active project. Not sure what to select first and second to pull the count per FTE.
Thank you
Answers
-
This seems like a sumif scenario if what you are trying to do is get the total FFEs on active projects:
=sumifs(ffecount:ffecount,active:active,true)
If what you are trying to do is get the value in FFEcount, it seems like a countm inside an if would do ya:
=if(active@row=true,countm(FFEresources@row),0)
-
-
Thank you both for providing me some formulas, but neither are pulling the correct count. Still stuck ;(
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.2K Get Help
- 431 Global Discussions
- 152 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 74 Community Job Board
- 501 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 306 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!