I'm really struggling to get this to work. I have a data set of different types of steel, the size and weight. Example shown below:
A B C
Section Designation Weight(kg/m)
UB 127x76x13 13
UB 152x89x16 16
On a separate sheet I have a drop down list for "Section", then in the next column there is a drop down for "Designation" which is dependent on my choice of "Section". In my 3rd column I want to use a VLOOKUP to populate the "Weight" after I have chosen my "Designation" but all I can get is an N/A error.
My formula is as follows: =(VLOOKUP,D12,Sheet1!A1:C1158,3,FALSE)
Help me please!!