I am having some issues with the index collect. I am trying to return data from one sheet looking at two columns from another. I have watched multiple videos on this and I cannot seem to get it right.
Currently I have: =INDEX(COLLECT({Asset ID}, {Maker Codes}, [Maker Line]@row, {Packer Code}, [Packer Line]@row, 0))
Asset ID is on sheet 2 column 3
Maker Codes is on sheet 2 column 1 rows 1-8
Maker Line is on sheet 1 which user inputs via form
Packer Code is on sheet 2 column 1 rows 9-16
Packer Line is on sheet 1 which user inputs via form
I can get this to work using index match but I need it to look at both columns on sheet 1 as it is going to be either a Maker Line or Packer Line. =INDEX({Asset ID Code}, MATCH([Maker Line]@row, {Maker Code}, 0))
Sheet 2---^
Sheet 1---^