+ Reply to Thread
Results 1 to 5 of 5

SMALL function across different sheets?

  1. #1
    Registered User
    Join Date
    02-02-2014
    Location
    London
    MS-Off Ver
    Excel 2016
    Posts
    37

    SMALL function across different sheets?

    Is there any way to use ranges contained in separate sheets as part of a SMALL function's argument? For example, this works:

    Please Login or Register  to view this content.
    But this returns a #VALUE error:

    Please Login or Register  to view this content.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: SMALL function across different sheets?

    I dont think small works on 3-d ranges/sheets. Try breaking them out?
    =small(small(1st-sheet,1),small(2nd-sheet,1),small(3rd-sheet,1).................,1)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Valued Forum Contributor
    Join Date
    04-27-2015
    Location
    Abu Dhabi, U.A.E
    MS-Off Ver
    Office 365 | 2016
    Posts
    696

    Re: SMALL function across different sheets?

    =MIN(SMALL(Sheet1!A1:B1,1),SMALL(Sheet2!A3:B3,1))

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: SMALL function across different sheets?

    Quote Originally Posted by Shareez Saleem View Post
    =MIN(SMALL(Sheet1!A1:B1,1),SMALL(Sheet2!A3:B3,1))
    I guess MIN would be simpler than another SMALL

  5. #5
    Registered User
    Join Date
    02-02-2014
    Location
    London
    MS-Off Ver
    Excel 2016
    Posts
    37

    Re: SMALL function across different sheets?

    I figured out a solution:

    Please Login or Register  to view this content.
    This returns the values contained in the two ranges as a 2D array and works with the SMALL function. I don't know why Excel doesn't do this in the first place, but hey-ho...
    Last edited by zanguard80; 05-28-2017 at 02:47 AM.

+ 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. How Small Function works when small(array,1),small(array,2) are same ?
    By bkvenkat in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 06-02-2015, 02:00 AM
  2. [SOLVED] Using Small K across multiple sheets
    By eagleadam89 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-28-2014, 10:44 AM
  3. Modifiable userform and sheets for small database
    By 74baja in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-21-2014, 03:50 PM
  4. Small Macro Problem..? Copy 20 cells from multiple sheets to one sheet
    By AbhijeetM in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-11-2013, 02:38 AM
  5. Small adjustment to add specific cell from multiple sheets?
    By garyi in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-05-2011, 11:56 AM
  6. Excel prints some sheets very small
    By maybelline5 in forum Excel General
    Replies: 0
    Last Post: 04-22-2005, 03:06 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