Formula(s) changes once no matter how many iterations

mackc557

Board Regular
Joined
Nov 3, 2021
Messages
125
Office Version
  1. 2019
Platform
  1. Windows
I'm looking for one formula or multiple formulas working together that cause a single iteration on a cell no matter how many iterations the workbook is set to do. This is hard to explain in words, but I can try to give an example:
Toggle Button linked to A1 (trying to do this as a macro-free book)
B1: =If(A1,C1+1,B1)
C1: =B1

If I have this set to iterative calculations with 100 iterations, this will go up by 100 each time. I want it to go up by 1 each time (and no I don't mean just divide by 100). I want to know that every time I toggle the button to TRUE, I can get ONE result, but I also want the workbook to be on iterative calculations.

Any thoughts?
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.

Forum statistics

Threads
1,215,093
Messages
6,123,068
Members
449,091
Latest member
remmuS24

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