Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
LinSeang
 
Posts: n/a
Default count the mean in few date but on de date it has various data

Date Time Temperature(C)
23/06/06 1:00:00pm 75
23/06/06 2:00:00pm 76.45
23/06/06 3:00:00pm 68.2
23/06/06 4:00:00pm 74.8
24/06/06 1:00:00pm 76.8
24/06/06 2:00:00pm 74.97
24/06/06 3:00:00pm 78.89
25/06/06 1:00:00pm 78.6
25/06/06 2:00:00pm 75.67
25/06/06 3:00:00pm 75.6
25/06/06 4:00:00pm 74.5
25/06/06 5:00:00pm 76.5
25/06/06 6:00:00pm 74.9

Date Mean of Temparature
23/06/06 ?
24/06/06 ?
25/06/06 ?

i want it like template auto detect n if will count automatically
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Toppers
 
Posts: n/a
Default count the mean in few date but on de date it has various data

A17 is cell with date for first mean calculation.Change ranges as required
and copy down.

=IF(COUNTIF($A$2:$A$14,A17)<0,SUMIF($A$2:$A$14,A1 7,$C$2:$C$14)/COUNTIF($A$2:$A$14,A17),"")


Date Time Temperature©
23/06/2006 1:00:00pm 75.00
23/06/2006 2:00:00pm 76.45
23/06/2006 3:00:00pm 68.20
23/06/2006 4:00:00pm 74.80
24/06/2006 1:00:00pm 76.80
24/06/2006 2:00:00pm 74.97
24/06/2006 3:00:00pm 78.89
25/06/2006 1:00:00pm 78.60
25/06/2006 2:00:00pm 75.67
25/06/2006 3:00:00pm 75.60
25/06/2006 4:00:00pm 74.50
25/06/2006 5:00:00pm 76.50
25/06/2006 6:00:00pm 74.90

Date Mean
23/06/2006 73.61 <=== row 17
24/06/2006 76.89
25/06/2006 75.96
26/06/2006

HTH

"LinSeang" wrote:

Date Time Temperature(C)
23/06/06 1:00:00pm 75
23/06/06 2:00:00pm 76.45
23/06/06 3:00:00pm 68.2
23/06/06 4:00:00pm 74.8
24/06/06 1:00:00pm 76.8
24/06/06 2:00:00pm 74.97
24/06/06 3:00:00pm 78.89
25/06/06 1:00:00pm 78.6
25/06/06 2:00:00pm 75.67
25/06/06 3:00:00pm 75.6
25/06/06 4:00:00pm 74.5
25/06/06 5:00:00pm 76.5
25/06/06 6:00:00pm 74.9

Date Mean of Temparature
23/06/06 ?
24/06/06 ?
25/06/06 ?

i want it like template auto detect n if will count automatically

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
count between start date and end date flow23 Excel Discussion (Misc queries) 5 May 10th 06 01:22 PM
Count consecutive dates only [email protected] Excel Discussion (Misc queries) 0 May 4th 06 03:58 PM
Conditional End Date in Data Validation Settings Gos-C Excel Worksheet Functions 6 April 28th 06 01:49 AM
Count items when specific text and date criteria are met javamom Excel Worksheet Functions 8 April 24th 06 09:28 PM
Sum data by date range david72 Excel Discussion (Misc queries) 1 April 24th 06 08:06 AM


All times are GMT +1. The time now is 02:24 AM.

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

About Us

"It's about Microsoft Excel"