Best Of
Re: Is there a formula to update the status based off the % complete?
Thank you that worked!

Re: Updating a Parent Row Based on Children's Status
Hi @Tony Fronza,
See if this works out better for you.
=IF(CONTAINS("In Progress", CHILDREN()), "In Progress", IF(COUNTIF(CHILDREN(), "Complete") + COUNTIF(CHILDREN(), "Canceled") = COUNT(CHILDREN()), "Complete", "Not Started"))
Notes:
- This can only be put into the parent row, cannot be a column formula
- If any of the [RFP Status]@row cells are blank, this will not work as the COUNT formula only includes cells with values
Hope this helps,
Dave

Re: Updating a Parent Row Based on Children's Status
@DKazatsky2 never mind! There was an issue with the sheet's formatting. It's working now! Thanks again.

Re: Formula for numbering rows based on specific conditions
Hi @Brooks,
This is happening because the COLLECT statement is including the row with "Feedback" as a type, we need to ensure the COLLECT only has the "Focus Group Volunteer".
Try this one.
=IF(AND(Internal@row = "No", Type@row = "Focus Group Volunteer"), IFERROR(RANKEQ(Number@row, COLLECT(Number:Number, Type:Type, "Focus Group Volunteer", Internal:Internal, "No", [Patron Type]:[Patron Type], OR(@cell = "Faculty", @cell = "Instructor", @cell = "Visiting Scholor")), 1), ""))
Dave

Re: Is there a way to populate the successors names in a cell based on successors column?
@sweta22 Yes you can do that!
I went ahead and made a video to answer you question. Let me know if that works for you!

Re: Help with Join collect multi criteria error
Hi @NCookBT83,
I think your syntax is off. It is correct in the formula you say is working, but when you added the second criteria, it looks like you reversed things in the COLLECT portion.
See if this works.
=IFERROR(JOIN(COLLECT({Sheet - QER Assembly}, {Sheet - QER Client ID FX}, [Client Number]@row, {Sheet - QER Workflow Des}, OR(@cell = "Year End Planning", @cell = "Year-End Planning")), ", "), " ")
*Untested
Hope this helps,
Dave

Re: Community Corner Newsletter [January 2025]
Hi @skipper23,
If they have a Community account, they'll receive a notification in Community, and via email as soon as we publish the newsletter each month. That would be the easiest way to keep up with our updates. 😄

Re: Introduce yourself & get to know your peers!
Hello, everyone! My name is Brian Wilson and I am a project analyst for a critical controls company. We are a division of a larger HVAC company and I we have created our own Smartsheet system to allow us to manage projects in 30 different states and multiple countries. Having access to real time data has allowed us project labor needs 6 months in advance and tackle schedule for large scale projects in the 50-60 million dollar range with relative ease. I'm looking forward to getting my hands on some of the more advanced Smartsheet tools in the near future!
Personally, I work in the Charlotte, North Carolina area, but what makes me feel like home is when I return to Philadelphia, PA! I'm looking forward to working with many of you in the future!

Re: January Question of the Month - Join the conversation and receive a badge
Well the bucket list is huge for me, but the highest priority for me is to love myself more and take out time for my health. The one time that I want to tick off this year from my bucket list is running a half marathon.

Re: Dashboard's Widgets random blackouts
Hi @benoit.stalder,
I’ve been able to confirm that our Engineering team was able to resolve this issue, and report widgets should now be loading consistently.
If you’re still seeing the issue, please reach out to our Support team and provide the IDs of the dashboards and the source reports for the affected widgets (to find an item’s ID, right-click the name of the item in the Browse menu and select Properties) so they can investigate this on the backend and communicate with you via private channels.
Thanks,
Georgie
