SimonPetherick
Technical User
Hi,
I have an excel spreadsheet (model) that contains a big table of information. Every day I populate this table with data obtained from a daily csv report. My current procedure is to open my “model” as well as the daily generated csv file – I then use a simple vlookup function to populate my table.
I’m a bit of a code novice, but is there any way that I can use code that populates my model automatically if I was to list the file name of the csv report within my model. For example:
Site Day CSV Report Name Value1 Value2 Value3
ABC 1/1/2006 report1.csv 10 20 30
XYZ 2/1/2006 report2.csv 5 6 7
Thanks.
I have an excel spreadsheet (model) that contains a big table of information. Every day I populate this table with data obtained from a daily csv report. My current procedure is to open my “model” as well as the daily generated csv file – I then use a simple vlookup function to populate my table.
I’m a bit of a code novice, but is there any way that I can use code that populates my model automatically if I was to list the file name of the csv report within my model. For example:
Site Day CSV Report Name Value1 Value2 Value3
ABC 1/1/2006 report1.csv 10 20 30
XYZ 2/1/2006 report2.csv 5 6 7
Thanks.