+ Reply to Thread
Results 1 to 3 of 3

[SOLVED] Summing & return highest value

  1. #1
    PSU35
    Guest

    [SOLVED] Summing & return highest value

    Cell A1 may have a number entered.
    Cells A2 thru A13 may have numbers entered.
    I want cell A14 to display which ever has the higher value.... A1 or the sum
    of cell range A2:A13.

    What would be the formula? Please no VBA or macro's

  2. #2
    Ron Coderre
    Guest

    RE: Summing & return highest value

    Try this:

    A14: =MAX(A1,SUM(A2:A13))

    Does that help?
    ***********
    Regards,
    Ron

    XL2002, WinXP


    "PSU35" wrote:

    > Cell A1 may have a number entered.
    > Cells A2 thru A13 may have numbers entered.
    > I want cell A14 to display which ever has the higher value.... A1 or the sum
    > of cell range A2:A13.
    >
    > What would be the formula? Please no VBA or macro's


  3. #3
    PSU35
    Guest

    RE: Summing & return highest value

    Thanks much...works great.

    "Ron Coderre" wrote:

    > Try this:
    >
    > A14: =MAX(A1,SUM(A2:A13))
    >
    > Does that help?
    > ***********
    > Regards,
    > Ron
    >
    > XL2002, WinXP
    >
    >
    > "PSU35" wrote:
    >
    > > Cell A1 may have a number entered.
    > > Cells A2 thru A13 may have numbers entered.
    > > I want cell A14 to display which ever has the higher value.... A1 or the sum
    > > of cell range A2:A13.
    > >
    > > What would be the formula? Please no VBA or macro's


+ 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