Forum Discussion

DKoh's avatar
DKoh
Copper Contributor
May 20, 2019
Solved

How to search a table/colum with 2 hits

Hello,   i have a table with Products and machines. If there is an "X" the machine could be use for this product. I want to search for the Product and give out the possible machine Name. Possible ...
  • SergeiBaklan's avatar
    May 20, 2019

    DKoh , with model like this

    you may use in B3

    =IFERROR(INDEX($1:$1,AGGREGATE(15,6,1/($B2:$AA2="x")*(COLUMN($B$2:$AA$2)-COLUMN($A$5)+1), (COLUMN()-COLUMN($A$5)))),"")

    , drag it to the right till empty cells appear and when to the down

Resources