+ Reply to Thread
Results 1 to 3 of 3

Record Cell Value Change

  1. #1
    Registered User
    Join Date
    06-09-2011
    Location
    New York, NY
    MS-Off Ver
    Excel 2007
    Posts
    3

    Exclamation Record Cell Value Change

    I need a function that records the number of times a cell in a worksheet has a value change.

    For example if cell J5 has the value 6 entered and that cell value is changed to 15 this would be recorded as 1 in the cell using the function. If that Cell value is then changed to 11, the cell change would be recorded as 2.
    For clarity: I want to be able to put in, say, cell L5 =Cell_Value_Cahnge(J5), and have cell L5 automatically updated as the values in cell J5 change.

    I'm not sure if there is a way to do this using the IF() function, but i tried and it wasnt working. I searched around teh web for help and tried taking a stab at VBA, but to no avail. I'm really new to all this code stuff so help would be very much aprreciated.
    Last edited by jk64; 06-09-2011 at 01:12 PM.

  2. #2
    Registered User
    Join Date
    05-13-2011
    Location
    New Zealander in London
    MS-Off Ver
    Excel 2007
    Posts
    74

    Re: Record Cell Value Change

    [QUOTE=jk64;2541506]I need a function that records the number of times a cell in a worksheet has a value change.
    QUOTE]

    If you put in the following VBA code into the appropriate worksheet you should get what you're after:
    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    06-09-2011
    Location
    New York, NY
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Record Cell Value Change

    I found this worked well for things that are manually changed.

    Please Login or Register  to view this content.
    However, I am trying to track the number of cahnges a cell undergoes that has a live feed. for eample, I am getting an external refrence fed into the cell to give me quotes, and want to see how many times the cell value changes.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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