G
Guest
I use MSexcel macros to collect prices data from various websites. The
results are tables that I link into an Access database. The tables (TblPrice1
… TblPriceN) all have the column headings:
Date Price1 Price2 ….PriceN
Each table comes from a different data source in a different country, all of
the tables have missing dates for holidays and weekends. Even within a table
for a given date there might be some missing individual prices.
I normalize the data into a table this the layout
Date PriceCode PriceValue
I have code that works for that.
I also want to fill in PriceValues for “missing“dates using the previous
price for all the prices. I don’t know if it would be easier to do this for
each table before I normalize it or after all the data is in one normalized
table.
Anyone have any ideas?
Thank for your help
results are tables that I link into an Access database. The tables (TblPrice1
… TblPriceN) all have the column headings:
Date Price1 Price2 ….PriceN
Each table comes from a different data source in a different country, all of
the tables have missing dates for holidays and weekends. Even within a table
for a given date there might be some missing individual prices.
I normalize the data into a table this the layout
Date PriceCode PriceValue
I have code that works for that.
I also want to fill in PriceValues for “missing“dates using the previous
price for all the prices. I don’t know if it would be easier to do this for
each table before I normalize it or after all the data is in one normalized
table.
Anyone have any ideas?
Thank for your help