I have a Table named table2
on my sheet2
, and I'm using its values on sheet1
with the help of structured references, like:
=average(table2[values])
But after saving and re-opening the file, all my structured references are being converted to absolute references, like:
=average('sheet2'!$A$1:$A$5)
I've already readed the Help page, and made sure that the checkbox "Use Table names in formulas" is checked, and still no clue why it's happening.