Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 14
Default Current bi-weekly total

In my worksheet, Column A1 has project start date and A2 to A3000 has
subsequent dates based on A1. Column B has data. After each 14 days, there is
bi-weekly total. I would like to add a row on top, which will show me
bi-weekly total for the current week. So, let's say, if project start in
January 6, 2008, and if today is March 14, I want be able to see the most
current bi-weekly total. Is there a way to do that. I was able to do "Year to
Date" total by just simply adding those biweekly total.
Since, it is a long sheet, I have scroll down to find out current bi-weekly
total. I want avoid that. So, the most current bi-weekly total always will be
in top row.

Thanks in adavance.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,118
Default Current bi-weekly total

Try this:

=SUM(OFFSET(B1,MATCH(TODAY()-WEEKDAY(TODAY()),A1:A3000,0),,14))

Does that help?
Post back if you have more questions.
--------------------------

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)

"Paul_of_Abingdon" wrote in
message ...
In my worksheet, Column A1 has project start date and A2 to A3000 has
subsequent dates based on A1. Column B has data. After each 14 days, there
is
bi-weekly total. I would like to add a row on top, which will show me
bi-weekly total for the current week. So, let's say, if project start in
January 6, 2008, and if today is March 14, I want be able to see the most
current bi-weekly total. Is there a way to do that. I was able to do "Year
to
Date" total by just simply adding those biweekly total.
Since, it is a long sheet, I have scroll down to find out current
bi-weekly
total. I want avoid that. So, the most current bi-weekly total always will
be
in top row.

Thanks in adavance.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 14
Default Current bi-weekly total

I think it will work. But I made a mistake providing information. This is
what I forgot to tell:

In my sheet, after every two weeks there are two rows: one is subtotal,
which is total of two weeks, and other is year to date, which is total of all
subtotals above. So A2 to
A15 have data, A16 has subtotal of A2 to A15. And A17 has total of that
subtotal.

Thus, in A32, there will be another subtotal of A18 to A31. A33 will have
total of subtotals from A31 and A16. And so on.
"Ron Coderre" wrote:

Try this:

=SUM(OFFSET(B1,MATCH(TODAY()-WEEKDAY(TODAY()),A1:A3000,0),,14))

Does that help?
Post back if you have more questions.
--------------------------

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)

"Paul_of_Abingdon" wrote in
message ...
In my worksheet, Column A1 has project start date and A2 to A3000 has
subsequent dates based on A1. Column B has data. After each 14 days, there
is
bi-weekly total. I would like to add a row on top, which will show me
bi-weekly total for the current week. So, let's say, if project start in
January 6, 2008, and if today is March 14, I want be able to see the most
current bi-weekly total. Is there a way to do that. I was able to do "Year
to
Date" total by just simply adding those biweekly total.
Since, it is a long sheet, I have scroll down to find out current
bi-weekly
total. I want avoid that. So, the most current bi-weekly total always will
be
in top row.

Thanks in adavance.




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
weekly labor total ahern79 Excel Worksheet Functions 2 August 30th 07 04:36 PM
Total weekly wages by month BillMcSweeney Excel Worksheet Functions 9 October 13th 06 06:58 PM
Does anyone have a weekly schedule that computes total hours work Guillermo Excel Worksheet Functions 1 April 3rd 06 11:59 PM
How do I calculate total weekly hours for payroll in Excel? laura6201 Excel Discussion (Misc queries) 1 September 14th 05 04:03 PM
Graphing past months (totals) and current month (weekly total) in Davin Charts and Charting in Excel 1 July 27th 05 05:01 PM


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