I'm trying to get the sum of values from different sheets to Overview sheet. I've applied the index match with sum but the values are duplicate in other sheets. please help to get the sum in summary sheet.
Please let me know how can I upload the sheet to get the formula.
=SUM(IFERROR(INDEX(ZA!$D$10:$S$21,MATCH(Overview!$C16,ZA!$D$10:$D$21,0),MATCH(Overview!D$15,ZA!$D$10:$S$10,0)),0),IFERROR(INDEX(WA!$D$10:$S$21,MATCH(Overview!$C16,WA!$D$10:$D$21,0),MATCH(Overview!D$15,WA!$D$10:$S$10,0)),0),IFERROR(INDEX(EA!$D$10:$S$21,MATCH(Overview!$C16,EA!$D$10:$D$21,0),MATCH(Overview!D$15,EA!$D$10:$S$10,0)),0),IFERROR(INDEX(ME!$D$10:$S$19,MATCH(Overview!$C16,ME!$D$10:$D$19,0),MATCH(Overview!D$15,ME!$D$10:$S$10,0)),0),IFERROR(INDEX(SADC!$D$10:$S$17,MATCH(Overview!$C16,SADC!$D$10:$D$17,0),MATCH(Overview!D$15,SADC!$D$10:$S$10,0)),0))