+ Reply to Thread
Results 1 to 4 of 4

index with small

Hybrid View

  1. #1
    Registered User
    Join Date
    03-19-2015
    Location
    iraq
    MS-Off Ver
    2013
    Posts
    99

    index with small

    hi
    in any formula index with small
    if small give me 10 numbers .... how i get just 3 not all when i Drag down


    =index(a1:a100;small(………….................................…..;I need here just three smallest not all 10)

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,080

    Re: index with small

    Maybe

    =INDEX(A1:A100,SMALL(....,ROWS(INDIRECT("1:"&ROW(A1:A100))))
    drag down for 3 rows
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    03-19-2015
    Location
    iraq
    MS-Off Ver
    2013
    Posts
    99

    Re: index with small

    thanks Special-K
    but when i drag more than 3 it gives me value .... how in formula get 3 smallest from 10 values..... not all???

  4. #4
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,080

    Re: index with small

    =IFERROR(INDEX(A1:A100,SMALL(....,ROWS(INDIRECT("1:"&ROW(A1:A100)))),"")
    or
    =IF(ROWS(INDIRECT("1:"&ROW(A1:A100)))>3,"",INDEX(A1:A100,SMALL(....,ROWS(INDIRECT("1:"&ROW(A1:A100))))))

+ 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] ask formula index+small + if
    By daboho in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-12-2015, 04:29 AM
  2. [SOLVED] Index() Small() Row()
    By Shakeel Ahmad in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-05-2015, 12:36 AM
  3. Match Index, Small Index with Concatenate
    By kharding15 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-30-2015, 05:38 PM
  4. INDEX SMALL and ROW
    By MAG27 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 03-11-2015, 09:59 PM
  5. INDEX and SMALL help
    By markgilmore in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 03-02-2015, 01:02 PM
  6. Index/Small help
    By WWSL14 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-12-2013, 03:50 PM
  7. INDEX SMALL with conditional IF and OR
    By cedarhill in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-01-2010, 02:43 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