I want to get a dollar amount based on if a checkbox is selected. I am running a program where participants can get gift cards as incentives. I am using a separate sheet for the amount for each incentive.
The other sheet columns are named the same as the incentive. Each column is a checkbox. To explain what I want, let me give an example.
John Doe completes incentives 2 and 6. I want the final column to give the total back as $50 based on the checkbox for the incentives selected. I hope this makes sense.
I tried looking around the community to find the right formula. I came across SUMIF on a similar situation. I tried the formula SUMIF({Reference UA Incentives Range 3} [Incentive 1]@row:[Incentive 19]@row).
I thought maybe I was doing it backward, and I tried =SUMIF([Incentive 1]@row:[Incentive 19]@row,1, {Reference UA Incentives Range 3})
I have messed with the formula a few ways to try and see what I'm doing wrong. I get unparseable or an invalid argument error.