I am looking to index 10 columns from sheet B into 10 columns in sheet A, all using the same match criteria... it is only returning the result in column A1. Like it's processing left to right and stopping after a result is returned.
Each of my 10 columns has basically this same formula, only difference is what I am indexing.
=IFERROR(INDEX({23MasterCallOutSunday4/2}, MATCH([Employee ID]@row, {23MasterCallOutEmployeeID}, 0)), " ")
Any help would be appreciated. Thank you.