[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Referencing ceils on other page
- From: Jean Bréfort <jean brefort normalesup org>
- To: Patrick Begou <Patrick Begou hmg inpg fr>
- Cc: gnumeric-list gnome org
- Subject: Re: Referencing ceils on other page
- Date: Mon, 18 Jun 2007 14:54:22 +0200
Le lundi 18 juin 2007 �2:54 +0200, Patrick Begou a �it :
> Hi,
>
> I'm quite new with gnumeric. I'm using the address function to obtain
> the address of a cell located in an other page:
>
> Ex: on page 'Feuil2' I search the occurence of the A2 cell in
> Feuil3!A1:A5 and get the address of the cell located at this line and
> the 4th column.
> =address(match(A3;Feuil3!$A$1:$A$5;0);4)
>
> This give me :
> $D$3
> but I would like to obtain
> Feuil3!$D$3
> to get the value of this field with 'indiect'
>
>
> I try many solution without success:
> indirect(Feuil3!address(match(A3;Feuil3!$A$1:$A$5;0);4))
> indirect(Feuil3 address(match(A3;Feuil3!$A$1:$A$5;0);4))
>
> Can someone help me ?
You might use this formula in a first cell:
=concatenate("Feuil3!";address(match(A3;Feuille3!$A$1:$A$5;0);4))
then use indirect with the previous cell as argument.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]