+ Reply to Thread
Results 1 to 6 of 6

Finding the highest number in a colum when it has a letter before it.

  1. #1
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Finding the highest number in a colum when it has a letter before it.

    Hi forum
    I am trying to show on a main dashboard worksheet the highest number in a worksheet column, problem is it will have either an A or an E in fort of the number.

    For example the value i have tried using for column A is the standard =MAX(A6:A500) but it comes up with 0 due a letter in from of the number.

    Any suggestions appreciated..

    Thanks
    JNEWMAN

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,496

    Re: Finding the highest number in a colum when it has a letter before it.

    seems like the simplest way is with a helper column where you use this formula to get the values into another column then max on that...
    =--MID(A6,2,99) and drag down, then the max formula on that.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Smile Re: Finding the highest number in a colum when it has a letter before it.

    Simple it may be but it does the job my friend...

    Many thanks
    JNEWMAN

  4. #4
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Finding the highest number in a colum when it has a letter before it.

    Please Login or Register  to view this content.
    Try this array formula
    confirm with Shift + Ctrl + Enter
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  5. #5
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Finding the highest number in a colum when it has a letter before it.

    Without helper column may be as below and array entered(Using control shift and enter)
    =MAX(0+MID(A6:A500,2,99))
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    WANT TO SAY THANKS, HIT ADD REPUTATION (*) AT THE BOTTOM LEFT CORNER OF THE POST

    More we learn about excel, more it shows us, how less we know about it.

    for chemistry
    https://www.youtube.com/c/chemistrybyshivaansh

  6. #6
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Finding the highest number in a colum when it has a letter before it.

    duplicated thread.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Count highest number of letter in a cell
    By puuts in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-11-2014, 12:41 AM
  2. Finding last number in a colum or row
    By spoed in forum Excel General
    Replies: 1
    Last Post: 09-01-2009, 01:30 PM
  3. Finding the minimum in a selected number of rows of the same colum
    By Biff in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 09-06-2005, 03:05 PM
  4. Finding the minimum in a selected number of rows of the same colum
    By Mark Rugers in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 10:05 AM
  5. [SOLVED] Finding the minimum in a selected number of rows of the same colum
    By Biff in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 09-06-2005, 06:05 AM
  6. [SOLVED] Finding the minimum in a selected number of rows of the same colum
    By Mark Rugers in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 AM
  7. [SOLVED] Finding the minimum in a selected number of rows of the same colum
    By Mark Rugers in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 10:05 PM

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