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'm looking for a way to create a rule that would be:
If Column "Status" says Funded, and Column "Fee" is blank, make the row Yellow
Is there a way to do this? I can't seem to figure out how to get 2 columns on there to create the rule
Thanks!
This should do the trick.
I get the error #unparseable so I'm putting something in wrong...
do I have to change anything in your formula or copy and paste? sorry I'm not usually this useless with formulas...
Can you share a screenshot of your column headers? That is probably where the issues lie.
here we go! so its the "status" and "finders fee" columns
Here you go. Smartsheet uses the column names to determine which column to check.
=IF(AND(Status@row = "funded", ISBLANK([Finders Fee]@row)), "Yellow", "")
perfect!! thank you so much for your help
Hi, I have a very simple automation set up where if the box is checked, change the dropdown column for that row to COE Team. I tried it and it didn't work. I waited for about an hour to see if it was taking a long time but it still is not working. There is no formula involved with the automation so it would be a manual…
I was archiving critical accounting data from one sheet to another by moving the rows. This is something I've done countless times in the past decade of using Smartsheet. This time, after moving nearly 3500 rows of data, I realized none of the attachments moved with the rest of the data. I've opened a case but have had…
Hi Team Is there an update on this Community post from a year go? Issues with copying in the Windows App - Table View - Smartsheet Community I have confirmed in both Desktop and Web Applications, and on multiple browsers where the Clipboard setting in "ALLOWED", but the copy/paste CTRL-C/CTRL-V is not working. It doesn't…