Sign in to join the conversation:
Probably a basic formula, sorry if it is.
Need a formula for calculating only the number in Project Status (Complete).
Is there an online class I can take to wrap my head around the basics?
Thanks!
Figured it out! Sorry. I was using SUM and not SUMIF
Hi @NMillerTX
I hope you're well and safe!
Glad you got it working! Easy to miss!
Be safe, and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Please support the Community by marking your post with the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
Thank you!
Is it possible to take that column formula and add it to another column formula? I've tried SUMIF & SUMIFS and can't get anything to work. I'm trying to add these first two formulas together.
Re-Released Assets
=SUM([Re-Released]1:[Re-Released]66)
Assets Complete
=SUMIF([Project Status]:[Project Status], “=Complete", [#Assets]:[#Assets])
Tried:
=SUMIF(([Project Status]:[Project Status], "Complete", [#Assets]:[#Assets])+([Re-Released]1:[Re-Released]66))
=SUMIFS(([Project Status]:[Project Status], "Complete", [#Assets]:[#Assets])+([Re-Released]1:[Re-Released]66))
=SUMIF(([Project Status]1:[Project Status]66, "Complete", [#Assets]1:[#Assets]66) + ([Re-Released]1:[Re-Released]66))
=SUMIFS(([Project Status]1:[Project Status]66, "Complete", [#Assets]1:[#Assets]66) + ([Re-Released]1:[Re-Released]66))
Hi All, I have a project plan with a column called "Owner" that has a column type of contact list. The contacts are from multiple companies. It's a large project plan. I have created columns that have a column type of checkbox. I want to check the box if the owner is from a certain company (which can be determined by the…
Hello, I am trying to use JOIN-COLLECT to populate a cell with a contact by pulling from another sheet. However, when I use this formula it populates the cell with the name of the contact as a text string, but does not populate the cell with the contact itself. Both the column of cells being populated and the column the…
Hello Community, I need to create a report that shows capacity by month. My sheet tracks resource allocation on projects with resource start and end dates. (We can't afford the Resource Management module so we're doing it in Core SS). I've been asked to do a "heat map" of sorts where each column is a month. For each row…