Hello Gurus.
=INDEX(PartsListData!$K$1:$T$500,MATCH("CAA Engineering",PartsListData!$K$1:$K$500,0),10) using CTRL SHIFT ENTER works with one criteria
How would I go about doing the same with the ability to check column K, and if "CAA Engineering" or "Technology Engineering" (key word being "or" since both will never exist at once, only one or the other will ever appear), return the integer value in column T which is 10 columns to the right?
I tried a method that separates the two conditions with an asterisk in the MATCH section but that produces a #VALUE error.
Help is always greatly appreciated.
Best,
Aimee
=INDEX(PartsListData!$K$1:$T$500,MATCH("CAA Engineering",PartsListData!$K$1:$K$500,0),10) using CTRL SHIFT ENTER works with one criteria
How would I go about doing the same with the ability to check column K, and if "CAA Engineering" or "Technology Engineering" (key word being "or" since both will never exist at once, only one or the other will ever appear), return the integer value in column T which is 10 columns to the right?
I tried a method that separates the two conditions with an asterisk in the MATCH section but that produces a #VALUE error.
Help is always greatly appreciated.
Best,
Aimee