Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 30
Default displaying correct cell value

COLUMN A COLUMN B COLUMN C COLUMN D

Start Date Agent Total Calls Total Talk Time

Row 3 11/10/2008 2011 78 02:56:12

Row 4 11/10/2008 2012 89 02:42:34


I'm trying to create a formula that displays the "Total Talk Time" for each
"Agent" on a separate work sheet.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,805
Default displaying correct cell value

=Sumproduct (--($B$1:$B$100=T1),($D$1:$D$100))
will give you the sum of total talk time for Agent 2011 if T1 contains 2011



"GAIDEN" wrote:

COLUMN A COLUMN B COLUMN C COLUMN D

Start Date Agent Total Calls Total Talk Time

Row 3 11/10/2008 2011 78 02:56:12

Row 4 11/10/2008 2012 89 02:42:34


I'm trying to create a formula that displays the "Total Talk Time" for each
"Agent" on a separate work sheet.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 30
Default displaying correct cell value

thanks,

now, how can i add up the times and have it show the total time. i.e. if the
times added up to 26 hrs 4 min and 13 secs it would display 26:04:13

"Sheeloo" wrote:

=Sumproduct (--($B$1:$B$100=T1),($D$1:$D$100))
will give you the sum of total talk time for Agent 2011 if T1 contains 2011



"GAIDEN" wrote:

COLUMN A COLUMN B COLUMN C COLUMN D

Start Date Agent Total Calls Total Talk Time

Row 3 11/10/2008 2011 78 02:56:12

Row 4 11/10/2008 2012 89 02:42:34


I'm trying to create a formula that displays the "Total Talk Time" for each
"Agent" on a separate work sheet.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,805
Default displaying correct cell value

Multiple by 24 - the integer part will give you hours...
Multiply decimal part by 60 to get minutes


"GAIDEN" wrote:

thanks,

now, how can i add up the times and have it show the total time. i.e. if the
times added up to 26 hrs 4 min and 13 secs it would display 26:04:13

"Sheeloo" wrote:

=Sumproduct (--($B$1:$B$100=T1),($D$1:$D$100))
will give you the sum of total talk time for Agent 2011 if T1 contains 2011



"GAIDEN" wrote:

COLUMN A COLUMN B COLUMN C COLUMN D

Start Date Agent Total Calls Total Talk Time

Row 3 11/10/2008 2011 78 02:56:12

Row 4 11/10/2008 2012 89 02:42:34


I'm trying to create a formula that displays the "Total Talk Time" for each
"Agent" on a separate work sheet.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default displaying correct cell value

Hi,

Since the original times look like real times entered as 2:04:15 all you
need to do is format the total cell to

[h]:mm:ss

If this helps, please click the Yes button,

Cheers,
Shane Devenshire

"GAIDEN" wrote:

thanks,

now, how can i add up the times and have it show the total time. i.e. if the
times added up to 26 hrs 4 min and 13 secs it would display 26:04:13

"Sheeloo" wrote:

=Sumproduct (--($B$1:$B$100=T1),($D$1:$D$100))
will give you the sum of total talk time for Agent 2011 if T1 contains 2011



"GAIDEN" wrote:

COLUMN A COLUMN B COLUMN C COLUMN D

Start Date Agent Total Calls Total Talk Time

Row 3 11/10/2008 2011 78 02:56:12

Row 4 11/10/2008 2012 89 02:42:34


I'm trying to create a formula that displays the "Total Talk Time" for each
"Agent" on a separate work sheet.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
displaying the correct value. GAIDEN Excel Worksheet Functions 5 July 30th 08 03:14 AM
vlookup is returning a value one cell above the correct cell. dbaker4 Excel Worksheet Functions 4 April 20th 06 08:21 PM
How can I blank a cell until a ref cell has the correct data? force530 Excel Discussion (Misc queries) 1 May 19th 05 09:06 PM
Only using the correct cell for the sum craigwojo Excel Worksheet Functions 1 November 8th 04 07:17 PM
Only using the correct cell for the sum craigwojo Excel Worksheet Functions 1 November 7th 04 10:36 PM


All times are GMT +1. The time now is 05:51 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"