franswa3434
Board Regular
- Joined
- Sep 16, 2014
- Messages
- 70
Hey all,
Ive created a button that will do a web scrape to gather estimated values of various video games that I have, and then adds together their estimated values (simple SUM formula)a to give me the total value of my collection. Every time I press the button, it does the necessary web scrapes and the values update accordingly.
What I would like to add as a function of this, is each time the button is pressed, it will create a time stamp in a cell on a separate worksheet (we'll call this worksheet "Value Graph"), along with the value at that time in the cell next to it.
So the idea would be press the button, then in WS "Value Graph", A2 it populates the day/time, and in B2 it populates the summed value. Press it again, A3 populates with the next day/time, and B3 populates with the new value. Then A4/B4, A5/B5, etc.
The desire is to graph the overall changes in value over time.
Is this something I can do?
Thank you all for your help!
Ive created a button that will do a web scrape to gather estimated values of various video games that I have, and then adds together their estimated values (simple SUM formula)a to give me the total value of my collection. Every time I press the button, it does the necessary web scrapes and the values update accordingly.
What I would like to add as a function of this, is each time the button is pressed, it will create a time stamp in a cell on a separate worksheet (we'll call this worksheet "Value Graph"), along with the value at that time in the cell next to it.
So the idea would be press the button, then in WS "Value Graph", A2 it populates the day/time, and in B2 it populates the summed value. Press it again, A3 populates with the next day/time, and B3 populates with the new value. Then A4/B4, A5/B5, etc.
The desire is to graph the overall changes in value over time.
Is this something I can do?
Thank you all for your help!