Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Rolling up a snapshot of data by month

I need to know a way to capture a snapshot of data as of the date entered
into column B each month. The problem is that as items are "Closed", the
report for the previous month's data changes. Here's my report spreadsheet:

A: Month
B: Date Checked
C: Total Submitted to date
D: # Completed at check (date that is entered into column B)
E: % Completed at check

These are rolling totals based on what is entered in the "Data Entry" sheet,
but I do not want them dynamic. I want January's data to stay January's
data, even if something is "Closed" in February (it would then count in
February's totals).

Formulas are as follows:
C: =IF(ISBLANK(B3),"",COUNTIF('Data Entry'!$B$2:$B$2000,"<="&(B3)))
D: =IF(ISBLANK(B3),"",SUMPRODUCT(--('Data
Entry'!$F$2:$F$2000="Closed"),--('Data Entry'!$B$2:$B$2000<=(B3))))
E: =IF(ISBLANK(B3),"",(D3/C3))

Any ideas?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 915
Default Rolling up a snapshot of data by month

Mercdoodle wrote:
I need to know a way to capture a snapshot of data as of the date entered
into column B each month. The problem is that as items are "Closed", the
report for the previous month's data changes. Here's my report spreadsheet:

A: Month
B: Date Checked
C: Total Submitted to date
D: # Completed at check (date that is entered into column B)
E: % Completed at check

These are rolling totals based on what is entered in the "Data Entry" sheet,
but I do not want them dynamic. I want January's data to stay January's
data, even if something is "Closed" in February (it would then count in
February's totals).

Formulas are as follows:
C: =IF(ISBLANK(B3),"",COUNTIF('Data Entry'!$B$2:$B$2000,"<="&(B3)))
D: =IF(ISBLANK(B3),"",SUMPRODUCT(--('Data
Entry'!$F$2:$F$2000="Closed"),--('Data Entry'!$B$2:$B$2000<=(B3))))
E: =IF(ISBLANK(B3),"",(D3/C3))

Any ideas?


What you really need is the calendar day (or month) of activity in your
source data. Then you can get the correct calendar month summary as you
seek.

If that is not an option, you need to "lock down" each month, e.g., by
replacing the formulas with values (copy/paste special|values). But
unless you know exactly what the data looked like at month-end, you
might not be able to recreate prior month totals now.
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
Rolling 12 month data charts AndreaB Charts and Charting in Excel 2 January 31st 08 06:29 PM
Rolling 13 Month Charts Aurora Charts and Charting in Excel 1 January 17th 08 03:12 PM
rolling 12 month average gevans Excel Worksheet Functions 5 February 21st 06 01:09 PM
How do I set up 12-month rolling month cells in excel? jbh Excel Discussion (Misc queries) 2 November 30th 05 08:12 PM
3 month rolling chart Shanin Charts and Charting in Excel 4 September 2nd 05 06:40 PM


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