I am trying to use the index/match function across multiple reference sheets.
(Formula #1 works but just across on reference sheet) =INDEX({Team X Email list}, MATCH([Five9 ID]@row, {Team X Five9 Username}, 0))
(Formula #2 does not work across multiple reference sheets) =INDEX({Team X Email list}, MATCH([Five9 ID]@row, {Team X Username}, 0)), INDEX({Team Y Email list}, MATCH([Five9 ID]@row,{Team Y Five9 Username},0))
I am getting an unparseable error.
Please help.