integrate value of cell A3 into formula

Pitoun

New Member
Joined
Jun 23, 2015
Messages
17
Hello,

I try to find a way to integrate A3 cell value into formula


I got a folder full of invoices. File names are consecutive numbers starting with 180000.xlsx
I want to extract for each file five differents cells.

I'd like to manually write in colon A all file names without extension (180000, 180001, 180002, ...)
Then I'd like to autofill up my formula with composed value of cell A into cells B to F

B3 ='C:\Factures\[INDIRECT("A3")&".xls"]Facture 1'!$F$10
C3 ='C:\Factures\[INDIRECT("A3")&".xls"]Facture 1'!$B$15
D3 ='C:\Factures\[INDIRECT("A3")&".xls"]Facture 1'!$G$31
E3 ='C:\Factures\[INDIRECT("A3")&".xls"]Facture 1'!$B$32
F3 ='C:\Factures\[INDIRECT("A3")&".xls"]Facture 1'!$B$33

I also tryed with =CELLULE("contenu";A3)&".xlsx" without success.

Any help or instruction are welcome

Best regards,

Pierre-Ed.
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Upvote 0

Forum statistics

Threads
1,223,901
Messages
6,175,277
Members
452,629
Latest member
SahilPolekar

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top