Hi There
Have the following source files name:
2017-05-16 Batch Yield Report 0600-0659
2017-05-16 Batch Yield Report 0700-0759
2017-05-16 Batch Yield Report 0800-0859 and so on.
This file, auto runs every hour, I would like to add this file name into a SUMPRODUCT formula (file attached) starting on cell C10, however rather than have to amend the formula hundreds of times/daily because of the date, wonder if it's possible to pickup the date from cell B10 (as part of the file name) instead of to have to add the full file name on each cell daily .
Please note that, file attached works fine, the only problem is that, have to run the source file manually each hour which is becoming unpractical.
Something like this:
Have the following source files name:
2017-05-16 Batch Yield Report 0600-0659
2017-05-16 Batch Yield Report 0700-0759
2017-05-16 Batch Yield Report 0800-0859 and so on.
This file, auto runs every hour, I would like to add this file name into a SUMPRODUCT formula (file attached) starting on cell C10, however rather than have to amend the formula hundreds of times/daily because of the date, wonder if it's possible to pickup the date from cell B10 (as part of the file name) instead of to have to add the full file name on each cell daily .
Please note that, file attached works fine, the only problem is that, have to run the source file manually each hour which is becoming unpractical.
Something like this:
Code:
=SUMPRODUCT((--(LEN('C:\PlanAttainment\["B10"Batch_Yield_Report 0600-0659.csv]Batch_Yield_Report7'!$A$4:$A$10000)-(6)=1))
Thanks in advance
Regards
R