Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default A table gets updated every day, I want to take a snap shot of each

I import data from Lotus Notes into an Excel 2007 table through a link. I use
many COUNTIF statements to give me a count of records with certain criteria.
I want to copy the count results into another worksheet to track that days
results. The next day, I refresh the data and it calculates new counts. I now
want to take a snapshot of that days counts and log them in the worksheet.
This will happen day after day so that I can chart a trend. My problem is, I
can't figure out how to make a running log of the counts day after day, when
I refresh the same data table each day. I want to automate the log.

Anyone ever done this before and can give me some hints.

Assuming a worksheet with a list of dates (Jan 1 through Dec 31) in A1
through A365. Column B contains the following formula:

IF(A1=TODAY(),data_cell_reference,""), but if I do this, the previous day's
calculation will blank out the data. I want the data from the previous days
snapshot to remain. Other attempts I've tried create a circular reference.
--
TClawson
Project Management
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default A table gets updated every day, I want to take a snap shot of each

This may not be the most efficient way to do this but here goes...

You can create a macro where you copy your COUNTIF values and do a "Paste
Special" "Values" only to another sheet in your workbook (or where ever you
choose). You would need to run the macro daily or work it in with an
exsisting macro.

Hope this helps.

"TClawson" wrote:

I import data from Lotus Notes into an Excel 2007 table through a link. I use
many COUNTIF statements to give me a count of records with certain criteria.
I want to copy the count results into another worksheet to track that days
results. The next day, I refresh the data and it calculates new counts. I now
want to take a snapshot of that days counts and log them in the worksheet.
This will happen day after day so that I can chart a trend. My problem is, I
can't figure out how to make a running log of the counts day after day, when
I refresh the same data table each day. I want to automate the log.

Anyone ever done this before and can give me some hints.

Assuming a worksheet with a list of dates (Jan 1 through Dec 31) in A1
through A365. Column B contains the following formula:

IF(A1=TODAY(),data_cell_reference,""), but if I do this, the previous day's
calculation will blank out the data. I want the data from the previous days
snapshot to remain. Other attempts I've tried create a circular reference.
--
TClawson
Project Management

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
How to insert a excel table in Power point that is updated alone? power point Excel Discussion (Misc queries) 1 March 30th 06 04:28 PM
Dynamic Table Should Always Maintain Borders When Data Is Updated Dynamic Table Should Maintain Borders Excel Discussion (Misc queries) 0 September 9th 05 09:43 PM
How to keep updated table of data ? Daniel761 Excel Discussion (Misc queries) 0 August 3rd 05 03:26 PM
Disappearing Data Items on Pivot Table -Updated Question GeorgeChe Excel Discussion (Misc queries) 4 August 2nd 05 03:22 PM
multiple pivots updated with selection in one table BorisS Excel Worksheet Functions 2 June 15th 05 07:26 PM


All times are GMT +1. The time now is 06:43 AM.

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"