I have a field that indicates it is the parent row. Header is the column name. It is a check box. So I am trying to get this formula working is giving me an error.
=if(heading@row=1,[Group Attendance]@row + 1,if(complete@row=0,Parent(@column)))
I want to show the total credits for attendance in the parent row field, and carry this value from the parent field in each of the fields below. Can I reference the parent row in this column formula?
There is a field in my row that indicates the attendance is already entered and I dont want the total attendance credits to show up in this column. So I have the If(Complete@row=0 for the children formula. I believe the problem is referencing the parent row in the column formula? Says #BLOCKED