-
Can I have the default value be a function?
I have a form that asks for someone's name. Most of the time, the form is for that person. There are some cases where a person might fill out the form on behalf of someone else. What I'd like to do is have a "name" field and a "on behalf of" field. If "on behalf of" is blank, I'd like it to default to the value of "name".…
-
What's wrong with my RYGB formula?
Ok, I'm feeling really stumped. I have this formula for changing the color of the RYGB balls based on the number in a specific cell but it is returning an #INVALIDOPERATION on anything except zero (when the ball turns blue). Where am I messing this up? =IF([# of Days from Submission to Assignment]@row = 0, "Blue", IF([# of…
-
Sumif WTheck?
Hello - I am trying to draft a formula to sum the column 9 but only when column 3 is "John Smith" and when column 11 is not equal to "complete." I got this far, but can't figure this out: =SUMIF([Column9]:[Column9],Column3; column3, @cell="John Smith")
-
Adding IF to a COUNTIFS
I have a formula to count based on multiple criteria which works correctly. =COUNTIFS([Change Originator Link]:[Change Originator Link], [Change Originator]@row, [DCO Status]:[DCO Status], NOT(OR(@cell = "Implemented", @cell = "Cancel"))) However, if the Change Originator (column name) for that row is blank, I would like…
-
Automated way of counting number of cell changes?
Hi all, we'd like to track the number of times a cell was edited in order to capture how many times we've moved out a date on any given project. I'm thinking this isn't possible with a formula, but has anyone found a solution with automation/integration or something else? We'd love to avoid updating this manually and the…
-
How to automatically unceck a checkbox when anotherone is checked?
Hello! So I have 2 checkbox columns, if the second one is checked the first one shouldn't be checked anymore, I tried to add an IF formula to the column specifying that argument but it didn't work.
-
Resource Check Out
Hello, We are trying to use a Smartsheet form for check out equipment from a drop-down list. Is there any way for the Form to not display an item is available for check out(I.E. remove it dynamically from the dropdown list) if it was checked out by a different staff member? regards, Brian
-
Formulas - Can you exclude rows from average calculations?
I am looking for the parent row to reflect a rollup of child row status color (RYG) AND if ALL child rows are blue (complete), have the parent row blue. I'm almost there, however, in the screenshot example below, the parent task is yellow although the 3 child tasks are either green (on track) or blue (complete). Since the…
-
Project Dashboard Generator
I am trying to develop a dashboard generator so that I don't have to recreate every report I use in our dashboards each time we have a new project. I would like to be able to select the project number in one location and have all the reports reference that project number to pull data from their respective sources, then…
-
linked cells
I am trying to find an answer prior to initiating a link. My Smart Sheet changes frequently and sometimes daily or hourly. Rows in the Smart Sheet are determining the order in which the projects will be drilled. The schedule will then change and the rows will be reordered to depict a new "drill date". Here is my question.…