Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Latest running 3 month total

Hi everyone,

It's my first time posting so I hope I am asking a not too basic
question...I tried searching for previous posting relating to this but
had no luck. My question is, I have a worksheet with months
starting in July 07 - June 08. Each month, as data become available,
a new month's of data will be added to the worksheet. If possible, I'd
like another column in my worksheet to always calculate the lastest
three months. For the first couple of months, July 07 and August 07,
as there will be less than three month's worth of data, it would only
calculate what's available or display blank. Is this possible.

I hope that makes sense. Any help would be very much appreciated!!
Thanks!!

TL

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Latest running 3 month total

Say July 07 data is in column F, so for row 2

So in F2:
=IF(COUNTA($F$2:$R$2)<3,"",SUM(OFFSET($F2,0,COUNTA ($F$2:$R$2)-3,1,3)))

You can then drag fill it down column S.

--
Regards,
Tom Ogilvy


" wrote:

Hi everyone,

It's my first time posting so I hope I am asking a not too basic
question...I tried searching for previous posting relating to this but
had no luck. My question is, I have a worksheet with months
starting in July 07 - June 08. Each month, as data become available,
a new month's of data will be added to the worksheet. If possible, I'd
like another column in my worksheet to always calculate the lastest
three months. For the first couple of months, July 07 and August 07,
as there will be less than three month's worth of data, it would only
calculate what's available or display blank. Is this possible.

I hope that makes sense. Any help would be very much appreciated!!
Thanks!!

TL


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Latest running 3 month total

see response in public.excel

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

wrote in message
oups.com...
Hi everyone,

It's my first time posting so I hope I am asking a not too basic
question...I tried searching for previous posting relating to this but
had no luck. My question is, I have a worksheet with months
starting in July 07 - June 08. Each month, as data become available,
a new month's of data will be added to the worksheet. If possible, I'd
like another column in my worksheet to always calculate the lastest
three months. For the first couple of months, July 07 and August 07,
as there will be less than three month's worth of data, it would only
calculate what's available or display blank. Is this possible.

I hope that makes sense. Any help would be very much appreciated!!
Thanks!!

TL



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
Showing latest date in Pivot chart with total for all dates Ellie Excel Worksheet Functions 1 August 1st 09 05:51 PM
Duplicate Running Total Grand Total In Pivot Table Mathew P Bennett[_2_] Excel Discussion (Misc queries) 1 August 17th 08 03:13 AM
Formula for Latest Entry For Each Month foofoo Excel Discussion (Misc queries) 4 November 28th 07 05:19 AM
Running Total for Time Spent for a project in 1 month Chart_Maker_Wonderer Excel Worksheet Functions 5 March 8th 07 06:41 PM
get the latest day of the previous month Laurent M Excel Discussion (Misc queries) 2 January 26th 05 03:22 PM


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