+ Reply to Thread
Results 1 to 5 of 5

Displaying Findings of CountIF

  1. #1
    Forum Contributor
    Join Date
    02-19-2013
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    110

    Displaying Findings of CountIF

    Hello -

    In the attachment 'D6' has the number of dates between a range put in 'D2' and 'F2'. What I'm trying to do is put the names of these people selected for 'D6' under 'D10' and onwards (D11, D12, ...)

    Any help would be greatly appreciated.
    Attached Files Attached Files

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

    Re: Displaying Findings of CountIF

    Unmerge the cells or this won't work

    in D10
    =IFERROR(INDEX($B$2:$B$100,SMALL(IF(($A$2:$A$100>=D$2)*(A$2:A$100<=F$2),ROW($A$2:$A$100)-1),ROW(A2)-1)),"")
    and copy down the column

    NOTE: Array formula, use Ctrl-Shift-Enter
    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
    Forum Contributor
    Join Date
    02-19-2013
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    110

    Re: Displaying Findings of CountIF

    Sorry - I'm trying to apply this to my non-test spreadsheet but I must be doing something wrong as i'm getting blank:

    Please Login or Register  to view this content.

  4. #4
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,425

    Re: Displaying Findings of CountIF

    I suggest that you post a sample workbook that is more representative of the real workbook. That way a solution can be offered that you will not need to adapt.
    Attached Files Attached Files
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Displaying Findings of CountIF

    Quote Originally Posted by clprdctn View Post
    Sorry - I'm trying to apply this to my non-test spreadsheet but I must be doing something wrong as i'm getting blank:

    =IFERROR(INDEX(XXC!$B$56:$B$99,SMALL(IF((XXC!$D$56:$D$99>='DO NOT MODIFY-DELETE'!$A$16)*(XXC!$D$56:$D$99<='DO NOT MODIFY-DELETE'!$B$16),ROW(XXC!$D$56:$D$99)-1),ROW(XXC!$D$56)-1)),"")
    Try it like this and make sure you array enter**.

    =IFERROR(INDEX(XXC!$B:$B,SMALL(IF((XXC!$D$56:$D$99>='DO NOT MODIFY-DELETE'!$A$16)*(XXC!$D$56:$D$99<='DO NOT MODIFY-DELETE'!$B$16),ROW(XXC!$D$56:$D$99)),ROWS(A$1:A1))),"")

    ** array formulas need to be entered using the key
    combination of CTRL,SHIFT,ENTER (not just ENTER).
    Hold down both the CTRL key and the SHIFT key
    then hit ENTER.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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] VBA lookup and concatenate findings
    By vio.coman in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 06-23-2015, 01:52 PM
  2. Findings lowest values
    By sasha162 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-16-2015, 10:29 AM
  3. CountIf/Count Function displaying incorrect output
    By communistflamingo in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-14-2015, 03:44 PM
  4. [SOLVED] Counting Findings by Month
    By fjdesjardins in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 10-01-2014, 12:05 PM
  5. findings cell value
    By Liju144 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-30-2013, 01:31 PM
  6. [SOLVED] Displaying 0 as part of COUNTIF
    By Quality Geek in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 07-31-2013, 04:13 PM
  7. Countif Across Multiple Sheets then Displaying Date
    By fengfeng in forum Excel General
    Replies: 0
    Last Post: 01-26-2009, 03:59 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