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
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!