Forum Discussion

Sylvain19's avatar
Sylvain19
Copper Contributor
May 21, 2021
Solved

Afficher le n° de ligne de la référence d'une cellule

Hi,

My problem:

A1 = 10

A2 =  20

A3 =A1+A2

A4 =A2 --> display 20

I would like to display in B4 the row number of the cell reference in A4

I would like something like B4 = LINE(XXX(A4))=2

any idea for XXX?

Thanks in advance,

 

 

Merci

 

6 Replies

  • Riny_van_Eekelen's avatar
    Riny_van_Eekelen
    Platinum Contributor

    Sylvain19 The formula =ROW(A2), or =LIGNE(A2), in French will return the number 2. If this is not what you are asking, please upload an example workbook, rather that writing what each cell contains in words.