Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
Hi All,
Any help would be appreciated.
I get #NO MATCH when I run the below formula. Is it an issue with a formula referencing a formula?
="Not Completed: " + COUNTIF([Column3]2:[Column3]24, FIND("Not Completed", @cell) > 0)
Ivan -
Can you provide a screenshot? I mocked this up and the formula is working fine using what you had provided.
Sean
I am building out my sheet summary from a schedule. I have a Parent Row column and all of my parent rows have a checkbox. I want a formula that looks at the first checkbox and looks at the status. If status is Complete, that summary field would then indicate that the Project is in Definition. If the status is In Progress…
I'm trying to create a formula that requires the account# to be 10 digits. I've tried the formulas that I've generated, and they all return an error. This information is tied to a form that requires the account. Help please.
Hi everyone, I am looking for advice on the best way to architect a cross-team project tracking system. My current setup: I have multiple teams, each maintaining their own individual project sheet. Each sheet contains a list of projects specific to that team. The Goal: Cross-team Dependencies: I want to add a dropdown…