Hello,
I'm trying to make a formula so that when my "Task 100% Complete?" column checkbox is checked then it will automatically change "Fab Status % Complete (Needs Real Numbers)" column on that row is changed to 100% automatically. This saves the user of having to check the box and change the Fab Status column to 100% when the task is complete.
This is the formula I came up with but it is giving me a circular reference:
=IF([Task 100% Complete?]@row = 1, 100, [Fab Status % Complete (Needs Real Numbers)]@row)