+ Reply to Thread
Results 1 to 2 of 2

Record highest cell value

Hybrid View

  1. #1
    Registered User
    Join Date
    04-23-2010
    Location
    Ashford, England
    MS-Off Ver
    Excel 2007
    Posts
    27

    Record highest cell value

    I would like a formula or VBA that will record the highest value of a cell. For example I need B1 to show the highest recorded value of A1.

  2. #2
    Forum Contributor
    Join Date
    01-28-2010
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2003
    Posts
    157

    Re: Record highest cell value

    You could use a circular reference resolved by having a tick in the "Iteration" check box on the "Calculation" tab sheet of the "Options" dialogue (Tools|Options|Calculation|Iteration).
    If the formula in B1 is
    =IF(A1="Reset","",MAX(A1,B1))
    the value in B1 will change only when it is smaller than the value in A1. When A1 changes to a lower value B1 keeps showing the previous largest A1 value.
    To restart the process enter "Reset" into A1. B1 then goes blank.

    Beaunydal
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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