• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

calculating delta between a daily updating value

Sachin Filinto

New Member
I have a table of values which update once a day through a web query. I need a way to calculate the delta between each update daily.
Below is a representation of the table with the query removed to simplify.

As shown in the picture, the date and value change daily. suggestions on how to approach this would be appreciated. I assume I would have to build a table inserting the date and value on a daily basis ?

the enclosed excel file has the web query removed to simplify & reduce size of the file.

Thanks in advance.
 

Attachments

  • 1.jpg
    1.jpg
    20.7 KB · Views: 7
  • 2.jpg
    2.jpg
    24.2 KB · Views: 4
  • list.xlsx
    9.5 KB · Views: 2
Hi ,

The easiest way would be to have a macro which when you run it , transfers data from the web-query table into a table in another worksheet , so that a complete history is maintained.

This archival table can be used for any kind of reporting that you want.

Narayan
 
Back
Top