how can I do this with multiple checkboxes?
=IF(checkbox24 = 1, value24 + 50, value24)
I want each box that is checked to add the cost of that item to my total.
Right now I am using the below so if no box is checked it defaults to the $25k number.
=IF([Carpet Removal]@row = 1, 25000 + 20000, 25000)