Am setting up a load of invoices which will be named sequentially 01.xls, 02.xls etc.
I need to set up another xls sheet which basically summarises the invoices, displaying the number and then info from a specific cell from each invoice. The numbers will run sequentially.
So like this...
ColA ColB
01 =[01.xls]sheet1!F36
02 =[02.xls]sheet1!F36
Can I set the formulae in column B to generate automatically from what is displayed in Col A (Column A I want to put basically the first invoice number (depending which one Im starting from, so not necessarily 01) then in row 2 do A1+1 to sequence the numbers down.
Thank you for reading this far !