![]() |
Adding daily updates without re-doing everything
I am trying to automate a XY dot chart. My three main variables include:
text, text, and a date. Each of the variables are a list of data in column form. Everything works correctly now. My problem is that each day or week, the data is updated...some of which is still the old data, but now includes new data from the current day/week. I would like to take two columns of the same data (old version and new version) and compare them. Rather than manually do this, I would like to automate a third column that is populated with all the data from the first two lists without losing any data, also without repeating any data. thanks in advance for any pointers |
Adding daily updates without re-doing everything
You could use defined named ranges that are self adjusting
insertnamedefinename it colA (or whatever) in the refers to box =offset($a$1,0,0,counta($a:$a).1) then for the series use =yourworkbookname.xls!colA -- Don Guillett SalesAid Software "Bullseye" wrote in message ... I am trying to automate a XY dot chart. My three main variables include: text, text, and a date. Each of the variables are a list of data in column form. Everything works correctly now. My problem is that each day or week, the data is updated...some of which is still the old data, but now includes new data from the current day/week. I would like to take two columns of the same data (old version and new version) and compare them. Rather than manually do this, I would like to automate a third column that is populated with all the data from the first two lists without losing any data, also without repeating any data. thanks in advance for any pointers |
All times are GMT +1. The time now is 11:31 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com