+ Reply to Thread
Results 1 to 3 of 3

Conditional Formula to Give the Large Number

  1. #1
    Forum Contributor
    Join Date
    09-19-2004
    Location
    Canada
    Posts
    408

    Question Conditional Formula to Give the Large Number

    Hello,

    I have a column of five-digit numbers beginning with either 11, 14, 19 or 31, and need a formula to give the largest number beginning with 11. Any help?

    Thanks,
    Gos-c

  2. #2
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    Try the following...

    =MAX(IF(1-ISBLANK(A1:A10),(--LEFT(A1:A10,2)=11)*(A1:A10)))

    ...confirmed with CONTROL+SHIFT+ENTER.

    Hope this helps!

    Quote Originally Posted by Gos-C
    Hello,

    I have a column of five-digit numbers beginning with either 11, 14, 19 or 31, and need a formula to give the largest number beginning with 11. Any help?

    Thanks,
    Gos-c

  3. #3
    Forum Contributor
    Join Date
    09-19-2004
    Location
    Canada
    Posts
    408

    Smile

    Perfect! Thank you, Domenic.

    Gos-C

+ 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