Subtracting Value when checkbox is ticked

Good Afternoon,


I am looking for some help, I am wanting to subtract values if a checkbox is selected to give me a total remaining if that makes sense, for my direct debits


I have attached an image of an example of the spreadsheet


any help would greatly be appreciated


thanksUser uploaded file

Posted on May 23, 2018 3:11 AM

Reply
Question marked as Top-ranking reply

Posted on May 23, 2018 3:53 AM

Hi Ihagan10,


The SUMIF function is your friend.

User uploaded file

Formula in D10 =SUMIF(E5:E8,"FALSE",D5:D8)


Or you could use a small table with a Header Row and a Footer Row, to allow the formula to refer to all Body Cells but exclude the Header and Footer Rows

User uploaded file

Formula in Footer Cell D7 =SUMIF(E,"FALSE",D)

That will allow you insert or delete rows and the formula will automatically adjust.


Regards,

Ian.

1 reply
Question marked as Top-ranking reply

May 23, 2018 3:53 AM in response to lhagan10

Hi Ihagan10,


The SUMIF function is your friend.

User uploaded file

Formula in D10 =SUMIF(E5:E8,"FALSE",D5:D8)


Or you could use a small table with a Header Row and a Footer Row, to allow the formula to refer to all Body Cells but exclude the Header and Footer Rows

User uploaded file

Formula in Footer Cell D7 =SUMIF(E,"FALSE",D)

That will allow you insert or delete rows and the formula will automatically adjust.


Regards,

Ian.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Subtracting Value when checkbox is ticked

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.