Continuous check box counter

whytewolves

New Member
Joined
Sep 16, 2015
Messages
21
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
  2. Mobile
I have several questions.
1. When does the checkbox roll out for us to merely use without having to format each box?
2. I have a checkbox in cell H7. To the right of that, I7, I have a total amount borrowed. In J7 I have my monthly payments. In K7, I have my balance.
When I click the checkbox, my balance (K7) subtracts J7 for I7 giving me my balance.
my formula needs to do this; I want to click the checkbox, get the balance, uncheck the checkbox, check it again, and now have the balance subtract form. the new balance.
The formula I currently have in K7 is : =IF(AND(H7,IK7=""),I7-J7,IF(K7<>"",K7-J7,K7)). When the box is checked, I get the original correct answer, but when unchecked, it goes to a extremely large negative number.
I have played around with the formula in various iterations, and I am unable to solve this issue.
How do I resolve this issue and what am I doing wrong?
3. Can someone please answer this question?
 

Attachments

  • MrExcel.comScreenshot 2023-12-02 160641.png
    MrExcel.comScreenshot 2023-12-02 160641.png
    14.8 KB · Views: 15

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Maybe IK7 in your formula is an error? You don't mention it in your explanation and it's not in the other half of your formula either.
 
Upvote 0

Forum statistics

Threads
1,215,068
Messages
6,122,950
Members
449,095
Latest member
nmaske

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top