here's the formula I'm working with:
=XLOOKUP(A13,BC_Items!$A:$A,BC_Items_31!$B:$B,"")
I want the "lookup array" and "return array" to follow the headings, since the column addresses are subject to change.
I used to accomplish this by using vlookup and using MATCH() to determine the column index. Hoping I can migrate this functionality over to xlookup somehow.
Thanks so much!!
=XLOOKUP(A13,BC_Items!$A:$A,BC_Items_31!$B:$B,"")
I want the "lookup array" and "return array" to follow the headings, since the column addresses are subject to change.
I used to accomplish this by using vlookup and using MATCH() to determine the column index. Hoping I can migrate this functionality over to xlookup somehow.
Thanks so much!!