Including 'check box' data in a formula
hello
I'm trying add the total IT hours in a project. I added column into my plan and checked all the resources classed as IT. When I ran the below formula it is not picking up the 2000+ hours and instead is giving me 0. Any advice where I am going wrong? thank you!
The Infor Nexus IT Team in the column that contains all checked IT resources.
=SUMIFS({Infor Nexus Effort Hours}, {Infor Nexus IT Team}, "IT", {Infor Nexus Status}, "In Progress")
Best Answer
-
Hi @Bijal Shah ,
Try this:
=SUMIFS({Infor Nexus Effort Hours}, {Infor Nexus IT Team}, 1, {Infor Nexus Status}, "In Progress")
When you're searching for a checked box, the value is 1 for checked, or 0 for unchecked.
Let me know if it works!
Best,
Heather
Answers
-
Hi @Bijal Shah ,
Try this:
=SUMIFS({Infor Nexus Effort Hours}, {Infor Nexus IT Team}, 1, {Infor Nexus Status}, "In Progress")
When you're searching for a checked box, the value is 1 for checked, or 0 for unchecked.
Let me know if it works!
Best,
Heather
-
THANK YOU SO MUCH! it works a dream :)
-
Glad it worked! :)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 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
Check out the Formula Handbook template!