+ Reply to Thread
Results 1 to 4 of 4

Large function

  1. #1
    Registered User
    Join Date
    02-07-2014
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    53

    Large function

    Hi,

    I have the following issue.I have used LARGE function instead of INDEX & MATCH.

    The below given function with SINGLE criteria works really well

    ={LARGE(IF(('RAW DATA'!A:A=C4),'RAW DATA'!E:E),1)}

    But the same function with 2 criteria not working.

    ={LARGE(IF(AND('RAW DATA'!A:A=C4,'RAW DATA'!B:B=K1),'RAW DATA'!E:E),1)}
    another way i tried out

    ={LARGE(IF('RAW DATA'!A:A=C4+'RAW DATA'!B:B=K1),'RAW DATA'!E:E),1)}

    Both are not working.I just want to take the single criteria as reference and why it is not working when it comes to 2 criteria..any clue?

    Thanks,

    Netaji

  2. #2
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Large function

    Try inserting brackets around the conditions.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    This is logical OR.



    To test AND use this.
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Both array entered of course.

    BTW the AND function won't work in array formula such as this.
    Last edited by FlameRetired; 02-26-2015 at 12:19 AM.

  3. #3
    Registered User
    Join Date
    02-07-2014
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    53

    Re: Large function

    Thanks Flame.

    Worked like charm.

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Large function

    Glad to hear it. Thanks for the feedback.

+ 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. MATCH function ignores results of LARGE function
    By ahobday in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-13-2015, 09:49 AM
  2. [SOLVED] help with large function
    By lulua in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-17-2014, 01:02 PM
  3. Using SUMIF function with LARGE function
    By HLRAZA in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-22-2011, 02:20 PM
  4. Using LARGE Function
    By Biff in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 09-06-2005, 05:05 PM
  5. [SOLVED] Using LARGE Function
    By Michael in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 07:05 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