View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sandy Mann Sandy Mann is offline
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