Hello
I'm trying to do an index match and it successfully works individually but when I try to add 4 index match one 1 line, I can't seem to get it to work.
Please find below the individual formulas that I want to incorporate on 1 line.
=IFERROR(INDEX('S&M 16th Apr'!$ET$14:$ET$213,MATCH('Cost of Sales (May 18)'!$F50,'S&M 16th Apr'!$G$14:$G$213,0)),"")
=IFERROR(INDEX('Secur Licence Rev'!$C$8:$C$107,MATCH('Cost of Sales (May 18)'!$F50,'Secur Licence Rev'!$K$8:$K$107,0)),"")
=IFERROR(INDEX('Cognos Milestone report'!$F$4:$F$2003,MATCH('Cost of Sales (May 18)'!$F50,'Cognos Milestone report'!$N$4:$N$2003,0)),"")
=IFERROR(INDEX('BPC FCST (NEW)'!$D$13:$D$5012,MATCH('Cost of Sales (May 18)'!$F50,'BPC FCST (NEW)'!$Q$13:$Q$5012,0)),"")
I'm stuck and don't want to use a vlookup to pick the answer as the format of the file can't be changed.
I'm trying to do an index match and it successfully works individually but when I try to add 4 index match one 1 line, I can't seem to get it to work.
Please find below the individual formulas that I want to incorporate on 1 line.
=IFERROR(INDEX('S&M 16th Apr'!$ET$14:$ET$213,MATCH('Cost of Sales (May 18)'!$F50,'S&M 16th Apr'!$G$14:$G$213,0)),"")
=IFERROR(INDEX('Secur Licence Rev'!$C$8:$C$107,MATCH('Cost of Sales (May 18)'!$F50,'Secur Licence Rev'!$K$8:$K$107,0)),"")
=IFERROR(INDEX('Cognos Milestone report'!$F$4:$F$2003,MATCH('Cost of Sales (May 18)'!$F50,'Cognos Milestone report'!$N$4:$N$2003,0)),"")
=IFERROR(INDEX('BPC FCST (NEW)'!$D$13:$D$5012,MATCH('Cost of Sales (May 18)'!$F50,'BPC FCST (NEW)'!$Q$13:$Q$5012,0)),"")
I'm stuck and don't want to use a vlookup to pick the answer as the format of the file can't be changed.