Hello,
I'm trying to add a new column to an existing spreadsheet the looks up data from a sheet called DATA that currently has 10 colums. Any column i add after 10 returns #REF!. The spreadsheet is used to track production of a given item. In column A, an item number is typed, which looks up to the DATA sheet and populated the form with item details like description, weight etc. This is the formula used
=IF($A7="",,VLOOKUP($A7,Data,11))
I don't see any ranges defined, so I'm not sure why any column after 10 returns the ref error. Any suggestions where i should look?
THanks,
Td
I'm trying to add a new column to an existing spreadsheet the looks up data from a sheet called DATA that currently has 10 colums. Any column i add after 10 returns #REF!. The spreadsheet is used to track production of a given item. In column A, an item number is typed, which looks up to the DATA sheet and populated the form with item details like description, weight etc. This is the formula used
=IF($A7="",,VLOOKUP($A7,Data,11))
I don't see any ranges defined, so I'm not sure why any column after 10 returns the ref error. Any suggestions where i should look?
THanks,
Td