Your description of what you actually want to happen is a little muddy but it sounds like you have one of two problems:
The way your formula works is that it will look for the value in A41 in the range H37:H35. Whatever row it finds that value in, it will return the value from column I in the same row. You have specified a column of "2" which means it starts counting in column H, returning the value from column I. So maybe you meant 3 instead of 2.
Also, VLOOKUP looks for the value only in the first column of the range--column H in this case. Maybe what you want is to find A41 in column J, and then return H and/or I from that row. This cannot be done with VLOOKUP, which works only from left to right. To take a value from A41 and find it in column J, then return the value in column H in that same row, try this:
Bookmarks