I have a Total Hours worked field with a formula that gets the SUM of Labor Hours in in a table.
=SUM(Labor_Entries_for_Today_1.Labor_Hours_9,ROW())
What I would like to do is add the option to exclude the Labors Hours value from that row if the value of D is 1 on the same row.
In the image below, I would like to have the Total Hours Worked be 0.50 and NOT 2.00.