How to Active a row for editing using a formula

Hi all!

I am trying to use a IF statement that when triggered, actives this.row for editing. Specifically, when all tasks associated with a project are completed I would like the row to open for editing so that the user can add a completion date and link to the work. Currently my formula is this: =if(thisRow.[Pct Completed Tasks] = 1, Today(),"") . i am trying to figure out a way to change it to =if(thisRow.[Pct Completed Tasks] =1, open row for editing, “”). anyone know how to do this within the formula?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.