formula pointing to a variable external file name

Hi, I’m trying to use a formula to retrieve data from an external file (closed) but no way to reach the goal!
I.e.: cell A1 = 1 (number) - Files: prova1, prova2, prova3, prova4 and prova5 (all with ext. ods) - In the cell A3 the formula: =INDIRETTO(’""&file:///home/pier/documenti/6 - altro/ 0 - prove con calc/prova&"["&a1&".ods]xxx’!$D$1"") with result: Err:509
I whould like to type 2, 3, 4 or 5 in A1 and see the result in A3!
Can some body help me please?
Thanks.
Pier

Ti rispondo in italiano, visto che siamo nella sezione italiana.

Senza usare le espressioni regolari puoi ottenere lo stesso risultato con la funzione CONCATENA.

Ho provato a ricostruire il tuo esempio usandola e così a me funziona:

=INDIRETTO(CONCATENA("'file:///tuo/percorso/per/il/file/prova";A1;".ods'#$Foglio1.A1"))