Closed Thread
Results 1 to 4 of 4

count number of csr rep on a column only if anohter columnl is either cancelled or active

  1. #1
    Registered User
    Join Date
    09-05-2012
    Location
    usa
    MS-Off Ver
    excel 2011
    Posts
    8

    count number of csr rep on a column only if anohter columnl is either cancelled or active

    i need to know how many cancelled does a CSR has searching their rep id and if a sale is either cancelled or active..my spreadsheet has to active sheets..please help..i tried this but didnt work

    =counta(Details!$I2:$I,"*110*",if(Details!$V2:$V,"*active*"))
    i just need to know how many active sales does a specific rep(using their ID)
    Attached Files Attached Files

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: count number of csr rep on a column only if anohter columnl is either cancelled or act

    Try

    B2 =COUNTIFS(Sheet1!I:I,A2,Sheet1!V:V,"active")
    C2 =COUNTIFS(Sheet1!I:I,A2,Sheet1!V:V,"cancelled")

    and copied down
    HTH
    Regards, Jeff

  3. #3
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: count number of csr rep on a column only if anohter columnl is either cancelled or act

    This is a duplicate post!

    http://www.excelforum.com/excel-form...or-active.html

  4. #4
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: count number of csr rep on a column only if anohter columnl is either cancelled or act

    Hello locomambo & Welcome to the Forum, unfortunately:

    This is a duplicate post and as such does not comply with Rule 5 of our forum rules. This thread will now be closed, you may continue in your other thread.

    Thread Closed.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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