+ Reply to Thread
Results 1 to 4 of 4

Count number of cells associated with value in separate column

  1. #1
    Registered User
    Join Date
    12-22-2013
    Location
    united states
    MS-Off Ver
    Excel 2013
    Posts
    64

    Count number of cells associated with value in separate column

    Hey everyone,

    Can anyone help me out with my workbook? turnaround.xlsx

    C5: Count the number of cells in column G that are Greater than 48 hrs IF the corresponding value in column D IS Associate
    D5: Count the number of cells in column G that are Greater than 48 hrs IF the corresponding value in column D IS Admin'

    C5: Count the number of cells in column E IF the corresponding value in column D IS Associate AND the corresponding value in column E is not blank
    D5: Count the number of cells in column E IF the corresponding value in column D IS Admin AND the corresponding value in column E is not blank

    I really appreciate all your help!

  2. #2
    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
    53,048

    Re: Count number of cells associated with value in separate column

    have you tried modifying the countifs() you have already used?

    C5=COUNTIFS(G:G, ">48:00",A:A,"associate" )
    and =COUNTIFS(G:G,">48:00",A:A,"associate",E:E,">0")

    and I think you have your references mixed up in your post above?
    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

  3. #3
    Registered User
    Join Date
    12-22-2013
    Location
    united states
    MS-Off Ver
    Excel 2013
    Posts
    64

    Re: Count number of cells associated with value in separate column

    Quote Originally Posted by FDibbins View Post
    have you tried modifying the countifs() you have already used?

    C5=COUNTIFS(G:G, ">48:00",A:A,"associate" )
    and =COUNTIFS(G:G,">48:00",A:A,"associate",E:E,">0")

    and I think you have your references mixed up in your post above?
    Thanks for your help there. Those formulas work in finding one part of my request.

    However, I would also like to find the total number of "associates" IF there is data in column E. Thanks in advance for your help.

  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
    53,048

    Re: Count number of cells associated with value in separate column

    Did you try the 2nd formula?

+ 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. Count number of cells in column per month
    By lamdl in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-10-2014, 04:25 PM
  2. [SOLVED] Count the number of cells in a row that contain the MAX value in column range
    By Baseley10 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 01-10-2013, 07:22 AM
  3. Replies: 6
    Last Post: 11-18-2012, 09:15 AM
  4. Replies: 9
    Last Post: 06-08-2012, 06:22 PM
  5. Replies: 3
    Last Post: 08-04-2011, 02:57 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