+ Reply to Thread
Results 1 to 4 of 4

count the number of times the operator transfers the call

  1. #1
    Registered User
    Join Date
    12-30-2020
    Location
    California
    MS-Off Ver
    365
    Posts
    2

    count the number of times the operator transfers the call

    HI there, I am new to the forum and I cannot make this work based on what I have found searching different forums.

    I have a listing of phone calls and the numbers they are transferred to. The call may be handled by the Operator which is the first transfer to 5551234, or the Operator may transfer the call once or several times to other staff members.

    I would like to count the number of times the operator transfers the call and place the total of transfers next to the the last transfer. I have tried a simple array from this or other forums; but have not received the results I am looking for, as all lines are filled.

    Thank you
    Attached Files Attached Files
    Last edited by AliGW; 12-30-2020 at 05:42 PM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,719

    Re: count the number of times the operator transfers the call

    Administrative Note:

    Welcome to the forum.

    We would very much like to help you with your query, however the thread title does not really convey what your request is about. Tell us what you are trying to do, not how you think it should be done.

    Please take a moment to amend your thread title. Make sure that the title properly explains your request. Your title should be explicit and not be generic (this includes function names used without an indication of what you are trying to achieve).

    Please see Forum Rule #1 about proper thread titles and adjust accordingly. To edit the thread title, open the original post to edit and then click on Go Advanced (bottom right) to access the area where you can edit your title.

    (Note: this change is not optional. As you are new I have done it for you this time.)
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365 for MAC
    Posts
    3,105

    Re: count the number of times the operator transfers the call

    Hi,
    Try this in H5 and down:
    =IF(OR(D5<>5551234,D6=5551234),"",COUNTIF($D$5:D5,5551234)-SUM($H$4:H4))

  4. #4
    Registered User
    Join Date
    12-30-2020
    Location
    California
    MS-Off Ver
    365
    Posts
    2

    Re: count the number of times the operator transfers the call

    Thank you Belinda, this took care of the issue.

+ 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. Replies: 17
    Last Post: 08-16-2016, 09:23 PM
  2. [SOLVED] How to write an array formula with vlookup
    By bberger1985 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-29-2014, 10:35 AM
  3. How to write array FREQUENCY???
    By alee001 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-20-2013, 03:25 AM
  4. write column vector of 2D array into 1 D array
    By twd000 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 06-22-2010, 06:01 PM
  5. Write an Array To Notepad
    By CrazyFileMaker in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-01-2010, 02:29 PM
  6. More convenient way to write an array?
    By MCCCLXXXV in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-02-2008, 04:58 PM
  7. write array to range
    By muster in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 06-22-2006, 07:40 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