Formula assistance:
Hello,
I am looking for some assistance with how to write a formula that will auto-fill a check box. I only want this checked if the Parent Cell column is blank and that the Assigned to is equal to the user. Currently, the formula I use auto-checks is the Assigned To contains the user's name. Any advice on how to modify the formula below to allow for this additional criteria?
=IF([Lead(s)]@row = "Michael Lessard", 1)
Thanks so much!
Comments
-
Please extrapolate on the "Assigned to is the user" part of your question. Do you mean the active user accessing the sheet?
-
Would something like this work?
=IF(AND(ISBLANK(PARENT()), [Lead(s)]@row = "Michael Lessard"), 1)
-
Hello - it would be in relation to the individual in the Assigned To column, not the current user.
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!