Hello,
I am trying to create a summary file that will be used daily for multiple plant summary files. I want to access the shared public drive, which stores the output files in CSV format.
1) Files are dated and stored in a CSV file, daily, for each plant
2) Date format would be plant-mmddyy.csv
3) Public folder would be C:\shared\daily\plant-mmddyy.csv
4) The data that needs to be summed will always be in column B, ranging anywhere from 100 rows through 2000 rows
Since there will be daily sums for each plant, I am trying to create an on-going sheet which will use the naming convention in a summary sheet with date and indirect functions.
Column A – Date
Column B – Plant
Column C - Summary
I was hoping to sum via SUMPRODUCT or SUMIFS, I am just not sure of the best course of action, to start to explore VBA options or can it be handled with a lookup?
If this is unclear, I apologize; I am going to be working on a rough format tonight to see if I can make progress.
Thanks in advance.
I am trying to create a summary file that will be used daily for multiple plant summary files. I want to access the shared public drive, which stores the output files in CSV format.
1) Files are dated and stored in a CSV file, daily, for each plant
2) Date format would be plant-mmddyy.csv
3) Public folder would be C:\shared\daily\plant-mmddyy.csv
4) The data that needs to be summed will always be in column B, ranging anywhere from 100 rows through 2000 rows
Since there will be daily sums for each plant, I am trying to create an on-going sheet which will use the naming convention in a summary sheet with date and indirect functions.
Column A – Date
Column B – Plant
Column C - Summary
I was hoping to sum via SUMPRODUCT or SUMIFS, I am just not sure of the best course of action, to start to explore VBA options or can it be handled with a lookup?
If this is unclear, I apologize; I am going to be working on a rough format tonight to see if I can make progress.
Thanks in advance.