+ Reply to Thread
Results 1 to 4 of 4

Returning the biggest value

Hybrid View

magneticgravity Returning the biggest value 12-10-2007, 03:53 PM
Ron Coderre Returning the biggest value 12-10-2007, 03:55 PM
VBA Noob Try or VBA Noob 12-10-2007, 03:55 PM
magneticgravity Yeh thanks, they both work. :) 12-10-2007, 04:02 PM
  1. #1
    Registered User
    Join Date
    12-03-2007
    Posts
    11

    Returning the biggest value

    If you have say three numbers, eg. 3, 2 and 8, how do you make Excel return the biggest number from those group of numbers?

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Returning the biggest value

    with
    A1: 3
    A2: 8
    A3: 2

    This formula returns the largest of those values:
    =MAX(A1:A3)

    Does that help?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  3. #3
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Try

    =MAX(A1:A6)
    or
    =LARGE(A1:A6,1)
    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

  4. #4
    Registered User
    Join Date
    12-03-2007
    Posts
    11
    Yeh thanks, they both work.

+ 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