+ Reply to Thread
Results 1 to 10 of 10

Find Minimum Number From same number range.

  1. #1
    Forum Contributor
    Join Date
    09-14-2012
    Location
    mumbai,india
    MS-Off Ver
    Excel 2003
    Posts
    367

    Find Minimum Number From same number range.

    I have the same number series need to find the smallest number.
    Attached Files Attached Files

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,165

    Re: Find Minimum Number From same number range.

    Hi sanju,

    This takes an array formula where you press Control+Shift+Enter to confirm the equation.
    Attached Files Attached Files
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  3. #3
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,362

    Re: Find Minimum Number From same number range.

    In C3

    =MIN(IF($A$3:$A$66=$A3,$B$3:$B$66))

    and press CTRL+SHIFT+ENTER button together (array formula style), and then copied down
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    09-14-2012
    Location
    mumbai,india
    MS-Off Ver
    Excel 2003
    Posts
    367

    Re: Find Minimum Number From same number range.

    Thanks for your quick replay, But use large format array, it is slow. Is possible without the use of the array.
    Last edited by sanju2323; 03-24-2015 at 12:17 AM.

  5. #5
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,362

    Re: Find Minimum Number From same number range.

    Try this non array solution:

    put on C3 and copied down

    =SUMPRODUCT(MIN(($A$3:$A$66=$A3)*$C$3:$C$66+9,99E+307*($A$3:$A$66<>$A3)))
    Last edited by azumi; 03-24-2015 at 01:09 AM.

  6. #6
    Forum Contributor
    Join Date
    09-14-2012
    Location
    mumbai,india
    MS-Off Ver
    Excel 2003
    Posts
    367

    Re: Find Minimum Number From same number range.

    azumi, It does not work, Have you used the formula

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

    Re: Find Minimum Number From same number range.

    C3=MIN(INDEX(($A$3:$A$66<>A3)*25^25+$B$3:$B$66,0))
    Try this copy towards down
    Samba

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

  8. #8
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,362

    Re: Find Minimum Number From same number range.

    Ooops sorry change to:

    =SUMPRODUCT(MIN(($A$3:$A$66=$A3)*$B$3:$B$66+9,99E+307*($A$3:$A$66<>$A3)))
    Attached Files Attached Files

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

    Re: Find Minimum Number From same number range.

    modification to @ Azumi
    =SUMPRODUCT(MIN($B$3:$B$66+9.99E+307*($A$3:$A$66<>$A3)))
    or
    =SUMPRODUCT(MIN($B$3:$B$66+9,99E+307*($A$3:$A$66<>$A3)))

  10. #10
    Forum Contributor
    Join Date
    09-14-2012
    Location
    mumbai,india
    MS-Off Ver
    Excel 2003
    Posts
    367

    Re: Find Minimum Number From same number range.

    Thank you very much to all those who reply Especially, azumi & nflsales
    This Time Is Perfectly Work.

+ 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] Finding the minimum value in a range but not going over a certain number
    By daniel_couch in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-09-2014, 10:07 AM
  2. [SOLVED] How2 find number in range and return that number or if doesn't exist then the next highest
    By Crawfinator1 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 06-06-2014, 08:52 AM
  3. [SOLVED] Better way to find minimum value excluding zero and non number
    By a_driga in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 03-07-2014, 07:26 AM
  4. Find minimum SUM if no minimum number in row
    By zbor in forum Excel General
    Replies: 9
    Last Post: 12-25-2009, 05:04 AM
  5. Replies: 13
    Last Post: 04-15-2009, 08:50 PM

Tags for this Thread

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