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))
I'm trying to create a formula that will output a Product category. Below is the formula and I've provided a screenshot of the columns involved. =IF(AND(Folder1 ="default", [Cost Category]1="Printer : Plex", ISNUMBER(FIND("Color",[Cost Option]1))), "Color Impressions", If(AND(Folder1="default", [Cost Category]1="Printer :…
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…