The lookup function is set up to return a vector (in case there are more than one matches to the value you're looking for. The [1,1] is telling you that there is a one element array answer. Try putting "[0" immediately after the lookup function (asking for the first element of the vector.)
↧