Hi, I am using Excel 2016.
Question I have a table on sheet 1. first cell (B8) has a drop down list of distances 0 – 99, 100 - 199, 200 -299 etc. Second cell (C8) has drop down list of “types” A, B , C etc.
Sheet 3 has 3x different tables all with the same distances and a separate array list of “types”,
(1 array list of distances 0 – 99, 100 - 199, 200 -299 for types A & E types. (B3:L15)
1x array list of distances 0 – 99, 100 - 199, 200 -299 for types B, C, F & & G types (B18:L30)
1x array list of distances 0 – 99, 100 - 199, 200 -299 for types D & H types) (B33:L45)
I want the formulae to check which “distance” has been selected in cell B8, then check which “type” has been selected in cell C8, then select which of the three tables on sheet 3 to lookup use to output the correct value.
(Note: Sheet 3 has a list of distances down the left side and corresponding values to the right of the distances).
I will try and write it in plain english:
If (B8) is 0-99 metres and (C8) is type A or E then VLOOKUP table Sheet 2, (B3;L15) or
If (B8) is 100-200 metres and (C8) is type A or E then VLOOKUP table Sheet 3, (B4;L11) or
Also should this be done using VLOOKUP/HLOOKUP or MATCH/INDEX?
I am tying myself in knots.
Thanks in advance.
Del
Question I have a table on sheet 1. first cell (B8) has a drop down list of distances 0 – 99, 100 - 199, 200 -299 etc. Second cell (C8) has drop down list of “types” A, B , C etc.
Sheet 3 has 3x different tables all with the same distances and a separate array list of “types”,
(1 array list of distances 0 – 99, 100 - 199, 200 -299 for types A & E types. (B3:L15)
1x array list of distances 0 – 99, 100 - 199, 200 -299 for types B, C, F & & G types (B18:L30)
1x array list of distances 0 – 99, 100 - 199, 200 -299 for types D & H types) (B33:L45)
I want the formulae to check which “distance” has been selected in cell B8, then check which “type” has been selected in cell C8, then select which of the three tables on sheet 3 to lookup use to output the correct value.
(Note: Sheet 3 has a list of distances down the left side and corresponding values to the right of the distances).
I will try and write it in plain english:
If (B8) is 0-99 metres and (C8) is type A or E then VLOOKUP table Sheet 2, (B3;L15) or
If (B8) is 100-200 metres and (C8) is type A or E then VLOOKUP table Sheet 3, (B4;L11) or
Also should this be done using VLOOKUP/HLOOKUP or MATCH/INDEX?
I am tying myself in knots.
Thanks in advance.
Del