I am working on a formula where my final piece needs to exclude the row my formula is in.
My Current formula is:
=MAX(0, (PARENT([FCB LAB]@row) - SUM(CHILDREN([Baseline Labor]@row))) / 45)
Can someone show me how to exclude the row my formula is in when summing the children of the Baseline Labor?
For further clarification: I want to exclude $9,181 out of the SUM(CHILDREN([Baseline Labor]@row)) Formula above making the Strategic Planning Parent Row = 5,260.41
NOTE: I would like for this formula to be replicated in other sheets so I want to make sure I am not using specific cell values.