The Ref error is because your lookup table range is 1 column wide, when it should be at least 7 columns wide.

You should also include the 4th argument, FALSE, so that it finds only an exact match.

i.e. =VLOOKUP(B4,'Units By Class'!B3:H30,7,FALSE)