Hi Smartsheet Community,
I have a project built out where as a team finishes a project they can submit a form for that project which will populate a dashboard of graphs to give leadership progress report.
They want to be able to select more than one project completed at once so that they can input less forms, I'm right there with them.
I have a reference sheet that all my equations are based off of which has every possible combination of project and location and the total products to be completed from that project at that location. phew. See below the reference sheet showing just one project and the number of total possible plots at each location for that project.
How do I sum the number of plots completed for a location depending on how many projects where selected as completed in the multi select?
Here is the equation I tried but got unparseable. I have clicked through it a bunch of times looking for a formula error but am not seeing it.
=IF([Planting Status]@row = "Fully Planted", SUMIFS({Total Plots1}, {Location1}, Location@row, {Project1}, HAS({Project1}, Project@row)), )
Any help is greatly appreciated I feel like I am very close and am just not understanding something about how they nest.
Thank you,
Olive