Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default formula/functions for average and if functions

Hi,

I have n 1 column values (seconds) and I want to calculate average for this
where comes only values that are bigger than 60 seconds - how??? Can some
body help me with this?

Kindly regards, Petri
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default formula/functions for average and if functions

=AVERAGE(IF(A1:A10060,A1:A100,"")) entered as an array formula (Control
Shift Enter), if the numbers are numbers of seconds.

If they are in Excel time format, then
=AVERAGE(IF(A1:A100TIME(0,0,60),A1:A100,"")) (again as an array formula).
--
David Biddulph

"Petu71" wrote in message
...
Hi,

I have n 1 column values (seconds) and I want to calculate average for
this
where comes only values that are bigger than 60 seconds - how??? Can some
body help me with this?

Kindly regards, Petri



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,345
Default formula/functions for average and if functions

Are the seconds XLtimes or numbers? if numbers use:

=AVERAGE(IF(G1:G1060,G1:G10))

Array entered with Ctrl + Shift + Enter not just Enter. If doen correctly
you will get { Formual } if not you get a #VALUE! error

If the times are real XL times then use:

=AVERAGE(IF(H1:H10=1/60/24,H1:H10))

also array entered.



Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"Petu71" wrote in message
...
Hi,

I have n 1 column values (seconds) and I want to calculate average for
this
where comes only values that are bigger than 60 seconds - how??? Can some
body help me with this?

Kindly regards, Petri



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
sumproduct and average functions Turi Excel Worksheet Functions 4 October 23rd 06 04:16 PM
efficiency: database functions vs. math functions vs. array formula nickname Excel Discussion (Misc queries) 2 July 14th 06 04:26 AM
Help with IF & Average Functions Cybertech Excel Worksheet Functions 5 August 23rd 05 06:52 AM
How do I combine two functions AVERAGE and IF in Excel ? onlineman Excel Worksheet Functions 2 August 9th 05 08:45 AM
MIN, MAX, AVERAGE functions Allen7575 Excel Worksheet Functions 4 April 12th 05 04:02 PM


All times are GMT +1. The time now is 10:05 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"