asked on August 16, 2018
•
Show version history
I have a check box that when checked shows a table.
The Sum total of all Amounts in this table populate in a Total Labor field.
Variable = Labor.Amount
The calculation for the Total_Labor field needs to only SUM when the Table is shown. So I am using a SUMIFS statement on Total_Labor to Only SUM when the Billable_Items.Labor="True"
But it is not summing when it is checked or removing when unchecked.
The Calculation being used is:
=SUMIFS(Labor.Amount,Billable_Items.Labor="True")
0
0