Forum Discussion
FREDERIC SZUCS
Apr 23, 2018Copper Contributor
left/right copy of table[col1]
Hi, I have a table named table1 with column col1, col2, col3. In cell A2 I use for exemple (french function name) : = recherchev(A1 ; table1[col1] ; 1 ; false ) when I copy this into cell B2 I go...
- Apr 23, 2018
Hi Frederic,
To fix the column you may use
= recherchev(A1 ; table1[[col1]:[col1]] ; 1 ; false )
SergeiBaklan
Apr 23, 2018Diamond Contributor
Hi Frederic,
To fix the column you may use
= recherchev(A1 ; table1[[col1]:[col1]] ; 1 ; false )