Good day,
I am trying to lookup an array of data in columns, matching it by articles that is in a column, and size that is the header of a table. I have tried both Xlookup and Index,Match but I am missing something as I get a #Value or #N/A.
I have 2 sheets. This is in Sheet 3 (Table2). I need to return the values from Columns D:I matching the corresponding article and size(header)
This is sheet 2 (Table3). My formula is in Column E
This is the 2 formulas I attempted to use.
1) =INDEX(Table2[#All],MATCH(1,(Table2[[#All],[Article]]=[@Article])*(Table2[#Headers]=[@Size]),0))
2)=XLOOKUP(1,(Table2[[#All],[Article]]=[@Article])*(Table2[#Headers]=[@Size]),Table2[[XS]:[XXL]])
I am trying to lookup an array of data in columns, matching it by articles that is in a column, and size that is the header of a table. I have tried both Xlookup and Index,Match but I am missing something as I get a #Value or #N/A.
I have 2 sheets. This is in Sheet 3 (Table2). I need to return the values from Columns D:I matching the corresponding article and size(header)
This is sheet 2 (Table3). My formula is in Column E
This is the 2 formulas I attempted to use.
1) =INDEX(Table2[#All],MATCH(1,(Table2[[#All],[Article]]=[@Article])*(Table2[#Headers]=[@Size]),0))
2)=XLOOKUP(1,(Table2[[#All],[Article]]=[@Article])*(Table2[#Headers]=[@Size]),Table2[[XS]:[XXL]])