I am using VLOOKUP (exact match)with a table that has the following values:
[TABLE="width: 500"]
<tbody>[TR]
[TD]AGE[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]AGE*[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AGE*ACRE[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Because of the asterisk, when I use the VLOOKUP function, it displays results from AGE* as 5 rather than 0 or nothing. I am using the VLOOKUP exact match, but I think Excel is confused with the "*" in the lookup field because it acts as a wildcard. My formula is: " =VLOOKUP(C7,TABLE,2,FALSE). Any help would be much appreciated. Thank you!
[TABLE="width: 500"]
<tbody>[TR]
[TD]AGE[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]AGE*[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AGE*ACRE[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Because of the asterisk, when I use the VLOOKUP function, it displays results from AGE* as 5 rather than 0 or nothing. I am using the VLOOKUP exact match, but I think Excel is confused with the "*" in the lookup field because it acts as a wildcard. My formula is: " =VLOOKUP(C7,TABLE,2,FALSE). Any help would be much appreciated. Thank you!