ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How can I calc totals for specifc techs on a specific date? (https://www.excelbanter.com/excel-worksheet-functions/208668-how-can-i-calc-totals-specifc-techs-specific-date.html)

Francis

How can I calc totals for specifc techs on a specific date?
 
I need to calc the total number of help desk tickets completed by a tech on a
given date from a source worksheet that contains tickets for all techs on
multiple dates.

Using the below formulas I'm able to get the total tickets on a specifc
date, and also get the totals by tech for the entire month. What I need is
to calc the tickets by tech, by date. My select criteria in the fomulas is a
cell from another worksheet

=COUNTIF(Sheet2!$O2:$O2175,F4) = ticket counts by date
=COUNTIF(Sheet2!E2:E2175,A5) = tickets counts by tech for the entire month

Pecoflyer[_2_]

How can I calc totals for specifc techs on a specific date?
 

Hi, try a Pivot Table


--
Pecoflyer
------------------------------------------------------------------------
Pecoflyer's Profile: http://www.thecodecage.com/forumz/member.php?userid=14
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=24088


T. Valko

How can I calc totals for specifc techs on a specific date?
 
Try this:

=SUMPRODUCT(--(Sheet2!E2:E2175=A5),--(Sheet2!$O2:$O2175=F4))

--
Biff
Microsoft Excel MVP


"Francis" wrote in message
...
I need to calc the total number of help desk tickets completed by a tech on
a
given date from a source worksheet that contains tickets for all techs on
multiple dates.

Using the below formulas I'm able to get the total tickets on a specifc
date, and also get the totals by tech for the entire month. What I need
is
to calc the tickets by tech, by date. My select criteria in the fomulas
is a
cell from another worksheet

=COUNTIF(Sheet2!$O2:$O2175,F4) = ticket counts by date
=COUNTIF(Sheet2!E2:E2175,A5) = tickets counts by tech for the entire month




shg[_4_]

How can I calc totals for specifc techs on a specific date?
 

If you want to use a formula,

=SUMPRODUCT( (Sheet2!$O2:$O2175 = F4) * (Sheet2!E2:E2175 = A5) )


--
shg
------------------------------------------------------------------------
shg's Profile: http://www.thecodecage.com/forumz/member.php?userid=13
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=24088


Francis

How can I calc totals for specifc techs on a specific date?
 


"Pecoflyer" wrote:


Hi, try a Pivot Table


--
Pecoflyer
------------------------------------------------------------------------
Pecoflyer's Profile: http://www.thecodecage.com/forumz/member.php?userid=14
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=24088



ShaneDevenshire

How can I calc totals for specifc techs on a specific date?
 
Since there is no message I presume you want to know how? Lets suppose your
data, with one row of titles, starts in A1

1. Place your cursor in the data and choose Data, PivotTable & PivotChart
Report
2. Click Next, if the selected range is correct click Next
3. Click Layout and drag the Tech field button into the Row area, then drag
the Date field into the Row area below the Tech field. Drag the Tech field
into the Data area (notice it says count of tech) and click OK. Click Finish

--
Thanks,
Shane Devenshire


"Francis" wrote:



"Pecoflyer" wrote:


Hi, try a Pivot Table


--
Pecoflyer
------------------------------------------------------------------------
Pecoflyer's Profile: http://www.thecodecage.com/forumz/member.php?userid=14
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=24088




All times are GMT +1. The time now is 04:11 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com