+ Reply to Thread
Results 1 to 9 of 9

countifs

  1. #1
    Registered User
    Join Date
    08-05-2014
    Location
    Melbourne
    MS-Off Ver
    Office 2013
    Posts
    14

    countifs

    Hi, hoping someone can help.

    I have the formula which I thought was correct but it is not picking up any data.

    =COUNTIFS(Applications!$D$3:$D$300,"=$a$3",Applications!$E$3:$E$300,"=$d$2")

    There is an "a3" in column d and a "d2" in column e.

    I only require to count how many times "d2" appears in column e if "a3" appears in column d.
    e.g. column d has the name of an loan introducer. Column e has the result (declined/approved). I need to know how many declined/approved loans the introducer has each month.

    Hope you understand what I am trying to achieve.

    Thanks for looking.
    Last edited by lescrowe; 09-24-2015 at 02:12 AM.

  2. #2
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,873

    Re: countifs

    Try this

    =COUNTIFS(Applications!$D$3:$D$300,"a3",Applications!$E$3:$E$300,"d2")
    Cheers!
    Deep Dave

  3. #3
    Registered User
    Join Date
    08-05-2014
    Location
    Melbourne
    MS-Off Ver
    Office 2013
    Posts
    14

    Re: countifs

    Sorry, same result.

  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,926

    Re: countifs

    is a3 text or a cell reference?
    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

  5. #5
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,873

    Re: countifs

    Can you post a sample file so that it becomes easier to answer?

  6. #6
    Registered User
    Join Date
    08-05-2014
    Location
    Melbourne
    MS-Off Ver
    Office 2013
    Posts
    14

    Re: countifs

    a3 is a cell reference

    will post up the sheet.

  7. #7
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: countifs

    =COUNTIFS(Applications!$D$3:$D$300,A3,Applications!$E$3:$E$300,D2)

    Put Above one.
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  8. #8
    Registered User
    Join Date
    08-05-2014
    Location
    Melbourne
    MS-Off Ver
    Office 2013
    Posts
    14

    Re: countifs

    Thank you Ankur - all done!!

  9. #9
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: countifs

    Glad it helps you.
    You must know that if any thing you will put in double Quote " " will treat by excel as text.

+ 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. Using countifs in VBA
    By Willardio in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-01-2015, 04:55 AM
  2. [SOLVED] Countifs + Countifs - replacement?
    By JulieQ in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-05-2015, 03:02 PM
  3. [SOLVED] CountIFS + OR
    By xygrax in forum Excel General
    Replies: 6
    Last Post: 02-15-2014, 01:24 AM
  4. COUNTIFS OR COUNTIFS needs to work
    By joshbellfi in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-23-2013, 10:55 AM
  5. 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
  6. Replies: 0
    Last Post: 12-16-2011, 09:01 AM
  7. Countifs
    By hektisk in forum Excel General
    Replies: 5
    Last Post: 01-14-2011, 07:15 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