Hello. I have a helper checkbox column. I would like a formula to "check the box" when the content in the column "Frequency L4" is not blank. In addition, I would like any ancestor row of that "not blank" row marked with the check box as well. So far I have only worked on the first part and get errors. Any ideas on how to make this work is much appreciated.
Below is the formula for the first part that gives me the Unparseable error. Thank you!
=IF([Frequency L4]@row = NOT(ISBLANK), 1)