+ Reply to Thread
Results 1 to 5 of 5

Aggregate, Small issue

  1. #1
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Central Ohio
    MS-Off Ver
    Excel 2000, and 2010
    Posts
    654

    Aggregate, Small issue

    In the attached file I want to find the lowest (small) value in the column C3:C23. The range does contain some errors so I thought I would try an Aggregate function. I followed the popup suggestions using, 15 to find small, 6 to ignore errors and the range C3:C23 but something is not working.

    Any suggestions?

    Jim O
    Attached Files Attached Files
    Last edited by JO505; 07-28-2013 at 03:44 PM.

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Aggregate, Small issue

    Maybe (since I don't have 2010)...

    =SMALL(IF(ISNUMBER(C3:C23),C3:C23),1)

    IMPORTANT
    • This is an array formula
    • Enter the formula >> press F2 then >> CTRL + SHIFT + ENTER
    • If entered correctly, the formula will be enclosed in {brackets}
    • Do not enter the {brackets} manually
    Last edited by jeffreybrown; 07-28-2013 at 03:07 PM.
    HTH
    Regards, Jeff

  3. #3
    Forum Contributor
    Join Date
    02-28-2013
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    272

    Re: Aggregate, Small issue

    Use this :

    Please Login or Register  to view this content.
    Please consider adding a * if I helped

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Aggregate, Small issue

    With small you need to specify the "k" value, i.e. do you want the smallest (1), 2nd smallest (2) etc. so for the smallest you need

    [edit: as wfm007 says]

    =AGGREGATE(15,6,C3:C23,1)

    or use 5 for MIN

    =AGGREGATE(5,6,C3:C23)
    Audere est facere

  5. #5
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Central Ohio
    MS-Off Ver
    Excel 2000, and 2010
    Posts
    654

    Re: Aggregate, Small issue

    Thanks to all for the time and input. It works fine.

    Jim O

+ 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] Small issue with data validation
    By Naja in forum Excel General
    Replies: 3
    Last Post: 03-07-2013, 05:44 PM
  2. if, index, small - formula issue
    By jw01 in forum Excel General
    Replies: 6
    Last Post: 10-24-2012, 01:21 AM
  3. if(small(index...formula issue
    By jw01 in forum Excel General
    Replies: 7
    Last Post: 01-26-2012, 12:05 PM
  4. if..small..rows - logic issue
    By jw01 in forum Excel General
    Replies: 9
    Last Post: 12-09-2011, 02:18 PM
  5. Large/Small Function Issue
    By ihdalton in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-28-2009, 10:31 AM

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