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:
I am checking a cell to see if it contains a name, If true, I want to return another cell value, if false blank.
=IF([Building Manager]1="Ron Hendrickson", [Contracted Hours]1)
It is assumed if the IF Statement isn't Ron Hendrickson, then the field will be blank. You could also code it with a , "" at the end like this.
=IF([Building Manager]1="Ron Hendrickson", [Contracted Hours]1, "")
You had the right idea, but you were missing the = sign after [Building Manger]1 and you were only searching for Ron instead of the full name. Not sure if that was intentional or not.
Hope that helps!
Hi Mike
That worked. Thanks for your help.
I thought I had tried the = in one of my attempts.
The "Ron" was just one of the thousand variations I tried...ha ha.
I had also tried to put a "" in the false argument.
Again, thanks heaps.
Glad I could help out!
In regard to errors, this link is very helpful in understanding what they are: https://help.smartsheet.com/articles/2476176-formula-error-messages
And I keep this link bookmarked when trying to grasp the syntax and structure of different formulas: https://help.smartsheet.com/functions
I’m in a similar spot, but even with the suggestions made, I am still getting the #UNPARSEABLE error. Any ideas? Thanks
Hi @HSL
Your quotes look angled or curved - Smartsheet will return an error if the quotes used are curved instead of straight up and down, like this: "
Try re-typing in the quotes directly in Smartsheet (versus copying/pasting from somewhere else), that should get rid of the error!
Cheers,
Genevieve
I am having a similar problem. I am trying to return the adjacent value in Phase when the value in Status = "IN-PROGRESS":
=IF([Status]@row= "IN-PROGRESS", [Phase]@row, "")
Hi, I hope you're well and safe!
Can you elaborate more specifically on what you want to show in the Sheet Summary? I hope that helps! Be safe, and have a fantastic weekend! Best,Andrée Starå | Workflow Consultant / CEO @ WORK BOLD ✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
Hi @joseph_mojo
I agree it would be helpful to know more about what you're wanting to do. I see you're entering the formula into a Summary field, but that type of formula would normally go in each row, since you're looking at the row with @row.
It sounds like you want to perhaps bring back whatever Phase is currently the one "in progress", is that correct? Is there ever a possibility that 2 phases could be in progress at the same time?
If not, try:
=INDEX(COLLECT(Phase:Phase, Status:Status, "IN-PROGRESS"), 1)
Cheers, Genevieve
Yes and thank you for the help!!
I am trying to understand what phase or step (Phase column)
is IN-PROGRESS based off of the Status column on a summary card. From reading responses, it seems I should create a summary cell on my Smartsheet, and then link that cell to my summary to get this to work?
Yes Genevieve, you want to perhaps bring back whatever Phase is currently the one "in progress", is that correct?"
Will my original attemp work in the Smartsheet (and not the summmary)?
I will also try this today when i have a little time!!
Does this mean I cannot use the formula directly in the Summary view for this use
The INDEX(COLLECT should work in your Summary field! 🙂
Is there a way to revert to the old dashboard look and feel. The new dashboards do not look good at all. There is no way of knowing if there are additional items in the widgets until you scroll over one to learn there is more to it since the vertical bar doesn't show. We have hundreds of dashboards and they will all need…
When i try to send or print the timeline view instead of showing the progression bars like they do on the screen it only send the data entered and not a graph type view to print. Is there a way to do this. I am using a mac platform if that helps.
I have reproduced the following behavior in a validated Smartsheet application. User permission: Editor (not Admin) Row status: Locked (confirmed via row menu displaying "Unlock Row") Text, Date, Contact List, and Checkbox columns cannot be modified. Dropdown List columns remain editable. Selecting a new dropdown value and…