JumboCactuar
Well-known Member
- Joined
- Nov 16, 2016
- Messages
- 788
- Office Version
- 365
- Platform
- Windows
Hi,
I have a table formula which uses a vlookup on the above cells, like:
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:
Obviously this is messing with calculations as it should only lookup below current row
Any fix to this?
Appreciate any help
I have a table formula which uses a vlookup on the above cells, like:
Code:
=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:
Code:
=vlookup(F99,$A$2:C500,3,false)
Obviously this is messing with calculations as it should only lookup below current row
Any fix to this?
Appreciate any help
Last edited: