mathias1979
Technical User
Ok, so I have a lookup table that looks something like this:
Month, 1, 2, 3,...
Altona, 35, 49, 52,...
Bliss, 21, 37, 47,...
...
My function looks like this:
VLOOKUP("Altona",A14,4)
So the value returned should be '52'...but I get #N/A. However, if "Bliss" is the lookup value, the formula properly returns the value '47'. Excel for some reason doesn't want to match the name "Altona". I've double checked that spelling matches....I've double checked the cell references...I'm completely stumped. The entire formula is a bit more complex, in that the column to be returned (in this case, 4) is determined by its own HLOOKUP function. But when I step through the formula steps...I reach the last step without problem, so I assume the rest of the formula is working properly. Any ideas why Excel may not want to lookup the name "Altona" properly for me?
Month, 1, 2, 3,...
Altona, 35, 49, 52,...
Bliss, 21, 37, 47,...
...
My function looks like this:
VLOOKUP("Altona",A14,4)
So the value returned should be '52'...but I get #N/A. However, if "Bliss" is the lookup value, the formula properly returns the value '47'. Excel for some reason doesn't want to match the name "Altona". I've double checked that spelling matches....I've double checked the cell references...I'm completely stumped. The entire formula is a bit more complex, in that the column to be returned (in this case, 4) is determined by its own HLOOKUP function. But when I step through the formula steps...I reach the last step without problem, so I assume the rest of the formula is working properly. Any ideas why Excel may not want to lookup the name "Altona" properly for me?