I have data that I need to save over time. Each day I get a spreadsheet of products. First one has 300 products and now 100's of spreadsheets later its has 1400 products.
Each spreadsheet is named by date. It is comprised of position 1-1400 (ranked by total $$ worth of inventory), name, symbol, market price, total inventory, inventory cap in pounds(can change over time-but slowly), last 24 hr change in price (by %) and last 7 day change in price (by %)
example:
date 1-3-18
1, cherries, chr, $1.19, $27,387, 35200, +1.91%, -6.22%
2, blue berries, blb, $2.76, $25,139, 125500, -.27%, -1.47%
3, strawberries, stb, $2.12, $25,005, 45750, +3.97%, +9.36%
I want to go back 4 years and input 1 spreadsheet a week. Once I get this thing populated to the current week I will update it daily.
I need to see how a product's position, price, total inventory and inventory cap changes by day, week, month and year. Products may be added at any time and removed at anytime. I don't want to delete any past data. So this needs to keep track of all products ever added. Yesterdays spreadsheet had 1379 products, today's 1386 and tomorrow could be 1384.
This may be a lot, I have no idea where to start.
Each spreadsheet is named by date. It is comprised of position 1-1400 (ranked by total $$ worth of inventory), name, symbol, market price, total inventory, inventory cap in pounds(can change over time-but slowly), last 24 hr change in price (by %) and last 7 day change in price (by %)
example:
date 1-3-18
1, cherries, chr, $1.19, $27,387, 35200, +1.91%, -6.22%
2, blue berries, blb, $2.76, $25,139, 125500, -.27%, -1.47%
3, strawberries, stb, $2.12, $25,005, 45750, +3.97%, +9.36%
I want to go back 4 years and input 1 spreadsheet a week. Once I get this thing populated to the current week I will update it daily.
I need to see how a product's position, price, total inventory and inventory cap changes by day, week, month and year. Products may be added at any time and removed at anytime. I don't want to delete any past data. So this needs to keep track of all products ever added. Yesterdays spreadsheet had 1379 products, today's 1386 and tomorrow could be 1384.
This may be a lot, I have no idea where to start.
Comment