+ Reply to Thread
Results 1 to 3 of 3

how to count how many time a cell has been recalculated, also cell self reference

  1. #1
    Registered User
    Join Date
    03-21-2018
    Location
    CA, USA
    MS-Off Ver
    2016
    Posts
    2

    how to count how many time a cell has been recalculated, also cell self reference

    in excel, I would like to have a cell maintain a sum of results over multiple recalculations. Lets say after a worksheet recalculates, cell c4 has either a 1 or a 0 based on its formula. In another worksheet I want to 1) count the number of recalculations and 2) keep a record of the sum of values displayed in cell c4. So the cell in the second worksheet would have a formula similar to = "itself" + c4. that is if the cell was f16 the formula would be "=f16 + c4" The Problem I am having is that Excel will not allow a cell to reference itself, that there is no memory for the value in the cell other than the cell itself. How can I work around this???? Also how would I keep a count of each time the worksheet recalculated???

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: how to count how many time a cell has been recalculated, also cell self reference

    If it was a small number of cells that you needed to maintain a history over you could write some VBA to create a database of the history of the cells.
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    03-21-2018
    Location
    CA, USA
    MS-Off Ver
    2016
    Posts
    2

    Re: how to count how many time a cell has been recalculated, also cell self reference

    unfortunately, there are 270 cells that I am referencing, I tried cell c4 "=bc4 + c58" where bc4 "=c4" , but excel will not allow "indirect reference" either. I don't want to create a database as the iterations could be in the thousands. I just want a counter that sums the 1 and 0 that come up as the spreadsheet recalculates.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Function to Get Array Count from Cell Reference and Repeat
    By desertshore in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-05-2015, 01:49 PM
  2. Macro that shifts a cell's reference cell down one each time
    By emalts in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-06-2013, 12:06 PM
  3. Time value to read from cell reference
    By adam2308 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-13-2012, 03:25 PM
  4. Replies: 1
    Last Post: 12-17-2011, 10:14 AM
  5. Reference cell as time value
    By rhudgins in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-30-2011, 12:43 PM
  6. How to make a cell containing a macro call to be recalculated?
    By Luis Piñeiro in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-30-2006, 08:35 AM
  7. Replies: 1
    Last Post: 08-17-2005, 02:05 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1