From: pls123 on
hi all !! i need a function like this next one ...

='[@@@@PLT@@@@MI.UCG.xlsm]Sheet1'!$D$999

....but with A16 value instead of 999...
can anybody help..
tx
paolo
From: tompl on
Try this:

=INDIRECT(“'[@@@@PLT@@@@MI.UCG.xlsm]Sheet1'!$D$” & A1)

Tom


"pls123" wrote:

> hi all !! i need a function like this next one ...
>
> ='[@@@@PLT@@@@MI.UCG.xlsm]Sheet1'!$D$999
>
> ...but with A16 value instead of 999...
> can anybody help..
> tx
> paolo
From: tompl on
Try this:

=INDIRECT(“'[@@@@PLT@@@@MI.UCG.xlsm]Sheet1'!$D$” & A16)

Tom


"pls123" wrote:

> hi all !! i need a function like this next one ...
>
> ='[@@@@PLT@@@@MI.UCG.xlsm]Sheet1'!$D$999
>
> ...but with A16 value instead of 999...
> can anybody help..
> tx
> paolo
From: pls123 on

i think you told it !!
thank you tompl i was losing a lot of afternoon !

paolo




"tompl" wrote:

> Try this:
>
> =INDIRECT(“'[@@@@PLT@@@@MI.UCG.xlsm]Sheet1'!$D$” & A1)
>
> Tom
>
>
> "pls123" wrote:
>
> > hi all !! i need a function like this next one ...
> >
> > ='[@@@@PLT@@@@MI.UCG.xlsm]Sheet1'!$D$999
> >
> > ...but with A16 value instead of 999...
> > can anybody help..
> > tx
> > paolo