+ Reply to Thread
Results 1 to 7 of 7

slight tweek needed

  1. #1
    Forum Contributor
    Join Date
    12-16-2006
    Posts
    349

    Cool slight tweek needed

    Please Login or Register  to view this content.
    this code counts the number of "no call" in column 5 how can i get it to count "no call" and "no calls" in column 5.

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by khalid79m
    Please Login or Register  to view this content.
    this code counts the number of "no call" in column 5 how can i get it to count "no call" and "no calls" in column 5.
    Hi,

    try

    Please Login or Register  to view this content.
    note, I have avoided using "NO CALL*"

    hth
    ---
    Si fractum non sit, noli id reficere.

  3. #3
    Forum Contributor
    Join Date
    12-16-2006
    Posts
    349

    help

    Sorry it doesnt work

    i need it to count both no call and no calls

    and give a total

  4. #4
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by khalid79m
    Sorry it doesnt work

    i need it to count both no call and no calls

    and give a total
    Then try as Activecell.Formula = "=COUNTIF(CallData!E:E,""NO CALL"")+COUNTIF(CallData!E:E,""NO CALLS"")"

    which works for me, I took it that your previous formula had worked.

    ---
    Last edited by Bryan Hessey; 04-04-2007 at 08:29 AM.

  5. #5
    Forum Contributor
    Join Date
    12-16-2006
    Posts
    349

    help needed

    how do i get a script to run if

    in cell C2 it says "TL" or "Team Leader"

    eg if C2 = "TL" or "Team Leader" then run "Macro1" if c2 = "IBC" then run "Macro2" , if C2 = "CSR" or "SMM" then run "Macro3"

    and so on..

  6. #6
    Forum Contributor
    Join Date
    12-16-2006
    Posts
    349

    thanks

    thanks it works , my scipting was wrong

  7. #7
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by khalid79m
    thanks it works , my scipting was wrong
    good to see it work, and thanks for the response.

    ---

+ Reply to 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