Hi,
I have a table formula which uses a vlookup on the above cells, like:
=vlookup(F99,$A$2:C98,3,false)
When I resize the table, to example row 500 (default size is 100)
All the rows formulas are correct except row 100 which shows after resizing:
=vlookup(F99,$A$2:C500,3,false)
Obviously...