I have a named table that is, for example, 2 columns by 10 rows.
I have, in a cell, on the same sheet or otherwise, a vlookup formula that references the table and range_lookup = TRUE. The left most column is sorted ascending.
The proper behavior should be that the formula searches for an exact match to the lookup_value OR the nearest lower value if an exact match is not found.
The problem/bug;
If there isnt 10 rows of values in the 10 row table AND the lookup_value is greater than the highest value, the formula evaluates to zero. Not #N/A or #VALUE or any other error, just 0.
This formula and methodology has been working fine in previous versions (XP, 2003 ) but 2007 seems not to be able to handle these conditions properly.
Is there any setting or fix to force 2007 to function properly as previous versions do with vlookup?
I have, in a cell, on the same sheet or otherwise, a vlookup formula that references the table and range_lookup = TRUE. The left most column is sorted ascending.
The proper behavior should be that the formula searches for an exact match to the lookup_value OR the nearest lower value if an exact match is not found.
The problem/bug;
If there isnt 10 rows of values in the 10 row table AND the lookup_value is greater than the highest value, the formula evaluates to zero. Not #N/A or #VALUE or any other error, just 0.
This formula and methodology has been working fine in previous versions (XP, 2003 ) but 2007 seems not to be able to handle these conditions properly.
Is there any setting or fix to force 2007 to function properly as previous versions do with vlookup?