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 make a helper column to identify if a new/unique project code has been entered in a column so that I know when a new project has been created. I've been trying to set up this formula and plan to then set up an automation to be notified when "New Project Code" has been entered into a cell. It seems to be ok on…
Looking for a way to easily log and reference multiple data points for the same type of data (ex: successful phone contacts) that all show for one entry (by member name). Want this to be both easy to enter the information (ideally by interacting with the same row via Dynamic View), and easy to see data on the back end of…
Hi, I have a source (and detailed) Smartsheet page with a lot of "detailed" transactions/rows. I created a report where I'd like to group the data and get some subtotals at the same time. If you check the picture (my new report), I'd like to group by "Task Name" , sum the "Hours", return the max of the "Estimated duration"…