How to perform multi-dimensional array lookup in Excel? -


i have array 79 rows x 18 columns. row 1 , column 1 both contain names. looking have if select item dropdown list checks array column 1 exact match, returns column name(s) row 1 column has data on row.

if helps dropdown list generated array table column 1 entries.

sample 1: row 6 matches dropdown selection. column 3 has data, result = column 3 name.

sample 2: row 7 matches dropdown selection. column 3 , column 10 has data, result = column 3 name in 1 cell. column 10 name adjacent cell.


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -