+ Reply to Thread
Results 1 to 3 of 3

how do I find a max TEXT value?

  1. #1
    Phoebe
    Guest

    how do I find a max TEXT value?

    I am trying to use the max function but on a series of text values ie. a, f,
    h, k - to return K as max value

  2. #2
    JE McGimpsey
    Guest

    Re: how do I find a max TEXT value?

    One way (array-entered: CTRL-SHIFT-ENTER or CMD-RETURN):

    =CHAR(MAX(CODE(A1:A10)))

    Adjust the range as required.

    In article <[email protected]>,
    Phoebe <[email protected]> wrote:

    > I am trying to use the max function but on a series of text values ie. a, f,
    > h, k - to return K as max value


  3. #3
    RagDyeR
    Guest

    Re: how do I find a max TEXT value?

    One way would be this *array* formula:

    =CHAR(MAX(CODE(A1:A5)))
    --
    Array formulas are entered using CSE, <Ctrl> <Shift> <Enter>, instead of the
    regular <Enter>, which will *automatically* enclose the formula in curly
    brackets, which *cannot* be done manually.

    --

    HTH,

    RD
    =====================================================
    Please keep all correspondence within the Group, so all may benefit!
    =====================================================


    "Phoebe" <[email protected]> wrote in message
    news:[email protected]...
    I am trying to use the max function but on a series of text values ie. a, f,
    h, k - to return K as max value



+ 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