Results 1 to 9 of 9

Formula issue with LARGE and SMALL

Threaded View

  1. #7
    Forum Contributor
    Join Date
    03-27-2012
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    154

    Re: Formula issue with LARGE and SMALL

    Hi Pearlyn,

    Here is another alternate solution to the ones already provided. I have attached a sample workbook for you with the conditional formatting for your second problem.

    All formulas to be entered using Control+Shift+Enter:

    Second Largest Value:
    =LARGE(IF(COUNTIF(A$1:A$13,ROW(INDIRECT(MIN(A$1:A$13)&":"&MAX(A$1:A$13)))),ROW(INDIRECT(MIN(A$1:A$13)&":"&MAX(A$1:A$13)))),2)

    Third Largest Value:
    =LARGE(IF(COUNTIF(A$1:A$13,ROW(INDIRECT(MIN(A$1:A$13)&":"&MAX(A$1:A$13)))),ROW(INDIRECT(MIN(A$1:A$13)&":"&MAX(A$1:A$13)))),3)

    Smallest Value:
    =SMALL(IF(COUNTIF(C$1:C$10,ROW(INDIRECT(MIN(C$1:C$10)&":"&MAX(C$1:C$10)))),ROW(INDIRECT(MIN(C$1:C$10)&":"&MAX(C$1:C$10)))),1)

    Second Smallest Value:
    =SMALL(IF(COUNTIF(C$1:C$10,ROW(INDIRECT(MIN(C$1:C$10)&":"&MAX(C$1:C$10)))),ROW(INDIRECT(MIN(C$1:C$10)&":"&MAX(C$1:C$10)))),2)

    Let me know if this works for you.

    Thanks.
    Attached Files Attached Files

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