+ Reply to Thread
Results 1 to 3 of 3

Updating Maximum

  1. #1
    BobB
    Guest

    Updating Maximum

    I would like to calculate the maximum of two cells and place it in a third
    cell if the value is larger than the value already in the third cell from a
    previous calculation, i.e. yesterday's data. I am able to do it for one
    cell with "=MAX(MAX(a1,a2),a3)" but when I try to pull that equation down
    the column it will not provide a value higher than the A3 value. Is there a
    way to do this?

    Thanks,

    Bob



  2. #2
    Dave Peterson
    Guest

    Re: Updating Maximum

    First, your formula is the same as:

    =max(a1,a2,a3)
    or
    =max(a1:A3)

    And double check to see if you have calculation set for automatic:
    tools|options|calculation tab

    BobB wrote:
    >
    > I would like to calculate the maximum of two cells and place it in a third
    > cell if the value is larger than the value already in the third cell from a
    > previous calculation, i.e. yesterday's data. I am able to do it for one
    > cell with "=MAX(MAX(a1,a2),a3)" but when I try to pull that equation down
    > the column it will not provide a value higher than the A3 value. Is there a
    > way to do this?
    >
    > Thanks,
    >
    > Bob


    --

    Dave Peterson

  3. #3
    BobB
    Guest

    Re: Updating Maximum

    I solved the problem by fooling the code. I set a1 and a2 to 0.0 to
    calculate a3 as 0.0. Then I copied the equation down the column getting
    correct answers and finally I re-input a1 and a2 correctly. It works.


    "Dave Peterson" <petersod@verizonXSPAM.net> wrote in message
    news:433DAF1E.F22DD234@verizonXSPAM.net...
    > First, your formula is the same as:
    >
    > =max(a1,a2,a3)
    > or
    > =max(a1:A3)
    >
    > And double check to see if you have calculation set for automatic:
    > tools|options|calculation tab
    >
    > BobB wrote:
    >>
    >> I would like to calculate the maximum of two cells and place it in a
    >> third
    >> cell if the value is larger than the value already in the third cell from
    >> a
    >> previous calculation, i.e. yesterday's data. I am able to do it for one
    >> cell with "=MAX(MAX(a1,a2),a3)" but when I try to pull that equation down
    >> the column it will not provide a value higher than the A3 value. Is
    >> there a
    >> way to do this?
    >>
    >> Thanks,
    >>
    >> Bob

    >
    > --
    >
    > Dave Peterson




+ 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