Ability to "lock" rows based on a response in a cell reference
Comments
-
Hi,
You can set this with the help of "Alerts & Actions" and the "Lock a Row" feature.
There is no way to hide the row, but you could change the color with conditional formatting and otherwise, filters and reports are the best bet.
I hope this helps you!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Ok, thanks, I did not think it was possible, but wanted to ask.
What about adding a .png to a cell based on a formula?
-
Happy to help!
As far as I know, it isn't possible to add images based on formulas.
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Ok, bummer, thank you!
Can you take a look at this and tell me where I am wrong?
=IF(Answers22 = "", "", TODAY()),OR(IF(Answers22 = "No", "", TODAY()))
-
What are you trying to do? Can you share the sheet or some screenshots?
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
=IF(Answers22 = "", "", TODAY()),OR(IF(Answers22 = "No", "", TODAY()))
=IF(Answers22 = "", "", TODAY()) <-this is a complete function
The system doesn't know what to do with anything after that because it's complete already.
At a glance, it looks like you need a nested IF statement. What inputs do you want to return with which values?
-
So for the Nested is it:
=IF(OR(Answers22 ="",Answers22="No",TODAY()) ?
-
Here you go
-
If it is NULL return NULL, if it is No return NULL else date()
-
=IF(OR(Answers22 = "", Answers22 = "No"), "", TODAY())
Your OR function belongs in the logical statement of your IF function.
The only issue with this for you would be that TODAY() will automatically update to the current date every time you open the sheet. Smartsheet does not currently provide time stamp capabilities.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!