
Egbert M. answered 06/22/20
Science and Engineering is FUN!
You can substitute the VLOOKUP and HLOOKUP functions in two steps: First, use the MATCH function to find the relative position of the row (column) within the column (row) with your reference data. Then use the INDEX function to find the associated target value in the corresponding row (column) of the column (row) with your target data.