MarcoMagal
New Member
Hello,
Good day to all.
I'm trying to automate some Sheets and I have a old problem with external links
I have this formula
INDEX('C:DC[Sales.xlsm]Elite'!$A$14:$X$439;$A28;T$12)
I have already try to create a range name like
FullPath='C:DC[Sales.xlsm]Elite'!$A$14:$X$439
Then try to make it work like INDEX(FullPath;$A28;T$12)
Is it possible to work around this? I'v try also with indirect Funtion.
Many thanks
Marco
Good day to all.
I'm trying to automate some Sheets and I have a old problem with external links
I have this formula
INDEX('C:DC[Sales.xlsm]Elite'!$A$14:$X$439;$A28;T$12)
I have already try to create a range name like
FullPath='C:DC[Sales.xlsm]Elite'!$A$14:$X$439
Then try to make it work like INDEX(FullPath;$A28;T$12)
Is it possible to work around this? I'v try also with indirect Funtion.
Many thanks
Marco