How do I link an incrementing file name like reports1or reports2
Try
=INDIRECT("'C:\F drive\My Documents\Expense reports\[Lkreport" &
ROW(A46)+1 & ".xls]Mileage Log and Reimbursement'!J5")
If this post helps click Yes
---------------
Jacob Skaria
"gonzerv" wrote:
=SUM('C:\F drive\My Documents\Expense reports\[Lkreport47.xls]Mileage Log and
Reimbursement'!J5)
I want to increment the file name to the latest one which is always ending
in a higher numerical.
|