Hello All
N10 = Construction
this code returnes the value of 11
how would i write a formula to find "Construction" and 1 column?
and the values would be
+1 = 12
+2 = 13
+3 = 14
many thanks
N10 = Construction
VBA Code:
=HLOOKUP(N10,Data!$C$1:$CW$2,2,FALSE)
this code returnes the value of 11
how would i write a formula to find "Construction" and 1 column?
and the values would be
+1 = 12
+2 = 13
+3 = 14
many thanks
Last edited: