Hello,
I'm using excel tables with formulaes in some column. The table looks like this (formula shown):
[pre]
A B C
1 AAA 1 =A1 & "-" & B1
2 AAA =A2 & "-" & B2
3 BBB 3 =A3 & "-" & B3
The table is defined with the range A1:C3. When I insert a line between rows 2 & 3 here's what I obtain :
A B C
1 AAA 1 =A1 & "-" & B1
2 AAA =A2 & "-" & B2
3 =A2 & "-" & B2
4 BBB 3 =A3 & "-" & B3
[/pre]
Which leads to incorrect results below the inserted line. :-(
Is there any way to avoid this behaviour ?
Regards
Cyril Z.
I'm using excel tables with formulaes in some column. The table looks like this (formula shown):
[pre]
A B C
1 AAA 1 =A1 & "-" & B1
2 AAA =A2 & "-" & B2
3 BBB 3 =A3 & "-" & B3
The table is defined with the range A1:C3. When I insert a line between rows 2 & 3 here's what I obtain :
A B C
1 AAA 1 =A1 & "-" & B1
2 AAA =A2 & "-" & B2
3 =A2 & "-" & B2
4 BBB 3 =A3 & "-" & B3
[/pre]
Which leads to incorrect results below the inserted line. :-(
Is there any way to avoid this behaviour ?
Regards
Cyril Z.