+ Reply to Thread
Results 1 to 7 of 7

Index match value return 1 st cells corresponding to the range

  1. #1
    Forum Contributor
    Join Date
    08-07-2014
    Location
    India
    MS-Off Ver
    2007
    Posts
    372

    Index match value return 1 st cells corresponding to the range

    Hi,

    am trying to Countifs corresponding to the Branch the value return is 0 (highlite in yellow colour)

    some cells value return is perfect that formula is {=IF(COUNTIFS($A$3:A67,A67,$C$3:C67,C67)=1,INDEX($C:$C,MATCH(1,($A:$A=$A67)*($C:$C=$C67),0)),"0")}

    file attached.

    pl help me.
    Attached Files Attached Files
    Last edited by silambarasan.J; 05-07-2015 at 12:57 AM. Reason: Poor thread

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Countifs

    Hi.

    I'm not sure what you're trying to achieve, but using entire column references within an array formula is not at all a good idea. Each instance of the formula you give is being forced to calculate over more than two million cells.

    Unlike e.g. COUNTIF(S)/SUMIF(S), array formulas calculate over all cells passed to them, whether technically beyond the last-used cells in those ranges or not.

    Strongly suggest you choose a suitable upper range reference.

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  3. #3
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Countifs

    You omitted the use of column B

    Array enter this and it will match exactly what you indicate as the desired result:

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  4. #4
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Countifs

    @newdoverman

    I thought you'd know better!

  5. #5
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Countifs

    @XOR LX

    Most times I don't!

  6. #6
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Countifs

    Quote Originally Posted by newdoverman View Post
    @XOR LX

    Most times I don't!
    __________

  7. #7
    Forum Contributor
    Join Date
    08-07-2014
    Location
    India
    MS-Off Ver
    2007
    Posts
    372

    Re:Index match value return 1 st cells corresponding to the range

    Thanks.

    Now its working perfectly.
    Last edited by silambarasan.J; 05-07-2015 at 02:31 AM. Reason: Poor thread

+ 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] Countifs + Countifs - replacement?
    By JulieQ in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-05-2015, 03:02 PM
  2. COUNTIFS OR COUNTIFS needs to work
    By joshbellfi in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-23-2013, 10:55 AM
  3. COUNTIFS OR...multiple countifs without duplication in the numbers
    By HooligaD in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-21-2012, 09:53 AM
  4. countifs help
    By kamelkid2 in forum Excel General
    Replies: 1
    Last Post: 04-09-2012, 02:51 PM
  5. Replies: 0
    Last Post: 12-16-2011, 09:01 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