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!