meridius10
New Member
- Joined
- Apr 30, 2011
- Messages
- 47
I have set up a vlookup table which feeds off lists in another worksheet. The vlookup formula is in the main table.
Prior to any additions the vlookup would enter a blank cell as "" (i.e.blank), however, after making additional entries the new additions are being reported as 0 (zero) in cells which do not (purposefully) include a variable.
I can't understand why this has happened and would prefer to have blank cells in those that have no variable.
The vlookup formulas are:
=VLOOKUP($D7,VLookupList1,2,FALSE)
=VLOOKUP($D7,VLookupList1,3,FALSE)
=VLOOKUP($D7,VLookupList1,4,FALSE)
=VLOOKUP($D7,VLookupList1,5,FALSE)
Any ideas?
Prior to any additions the vlookup would enter a blank cell as "" (i.e.blank), however, after making additional entries the new additions are being reported as 0 (zero) in cells which do not (purposefully) include a variable.
I can't understand why this has happened and would prefer to have blank cells in those that have no variable.
The vlookup formulas are:
=VLOOKUP($D7,VLookupList1,2,FALSE)
=VLOOKUP($D7,VLookupList1,3,FALSE)
=VLOOKUP($D7,VLookupList1,4,FALSE)
=VLOOKUP($D7,VLookupList1,5,FALSE)
Any ideas?