Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 75
Default Help with Average Formula


I have two years data in one excel spread sheet, I need to pull rollover
average for 365 days (from today until 1 year earlier exp 27-Apr-09 through
26-Apr-2008)

Can anyone help me please?

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 793
Default Help with Average Formula

Assuming your last row is 702 (assuming headers in row 1) with dates in Col A
and Value to average in Col B, enter this in C720
=Average(C338:C702)
You can copy this formula UP till row 366 or till you get a #REF error (when
you run out of 365 cells to average)

"Please help" wrote:


I have two years data in one excel spread sheet, I need to pull rollover
average for 365 days (from today until 1 year earlier exp 27-Apr-09 through
26-Apr-2008)

Can anyone help me please?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 75
Default Help with Average Formula

Well I need the roll over daily 365 days average (as I add data on tomorrows
report it should automaticly skip date tu current 365)

"Sheeloo" wrote:

Assuming your last row is 702 (assuming headers in row 1) with dates in Col A
and Value to average in Col B, enter this in C720
=Average(C338:C702)
You can copy this formula UP till row 366 or till you get a #REF error (when
you run out of 365 cells to average)

"Please help" wrote:


I have two years data in one excel spread sheet, I need to pull rollover
average for 365 days (from today until 1 year earlier exp 27-Apr-09 through
26-Apr-2008)

Can anyone help me please?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Help with Average Formula

Could do something like:

=AVERAGE(OFFSET($A$1,COUNTA(A:A)-1,0,-365,1))

Note that I'm assuming you already have at least 365 points of data, or this
formula will return an error.

--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Please help" wrote:

Well I need the roll over daily 365 days average (as I add data on tomorrows
report it should automaticly skip date tu current 365)

"Sheeloo" wrote:

Assuming your last row is 702 (assuming headers in row 1) with dates in Col A
and Value to average in Col B, enter this in C720
=Average(C338:C702)
You can copy this formula UP till row 366 or till you get a #REF error (when
you run out of 365 cells to average)

"Please help" wrote:


I have two years data in one excel spread sheet, I need to pull rollover
average for 365 days (from today until 1 year earlier exp 27-Apr-09 through
26-Apr-2008)

Can anyone help me please?

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 75
Default Help with Average Formula

thanks a lot but I found the right formula is =(SUMIF(A2:A900,"" &
H3-365,B2:B900)/365)

"Luke M" wrote:

Could do something like:

=AVERAGE(OFFSET($A$1,COUNTA(A:A)-1,0,-365,1))

Note that I'm assuming you already have at least 365 points of data, or this
formula will return an error.

--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Please help" wrote:

Well I need the roll over daily 365 days average (as I add data on tomorrows
report it should automaticly skip date tu current 365)

"Sheeloo" wrote:

Assuming your last row is 702 (assuming headers in row 1) with dates in Col A
and Value to average in Col B, enter this in C720
=Average(C338:C702)
You can copy this formula UP till row 366 or till you get a #REF error (when
you run out of 365 cells to average)

"Please help" wrote:


I have two years data in one excel spread sheet, I need to pull rollover
average for 365 days (from today until 1 year earlier exp 27-Apr-09 through
26-Apr-2008)

Can anyone help me please?

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
help with an average formula gnasher Excel Worksheet Functions 1 March 6th 08 10:55 PM
A formula to AVERAGE IF but only average a set number of values [email protected] Excel Worksheet Functions 2 January 31st 08 08:28 PM
Average Formula mmmiller Excel Discussion (Misc queries) 1 July 25th 06 09:52 PM
how does one convert text to a formula "average(A:A)" to =average( phshirk Excel Worksheet Functions 4 April 14th 05 01:20 AM
#N/A In Max min Average Formula P Beardshall Excel Worksheet Functions 2 November 3rd 04 02:49 PM


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