This formula works as intended but I'm looking for ways to make the formula's shorter and easier to understand if possible. Are there any shorter alternatives to this formula?
VBA Code:
=IFERROR(SUMIF(INDIRECT("'[Source1.xlsx]"&$B$1&"'!C"&MATCH("Person",INDIRECT("'[Source1.xlsx]"&$B$1&"'!2:2",TRUE),0),FALSE),A3,INDIRECT("'[Source1.xlsx]"&$B$1&"'!C"&MATCH("Total per Person",INDIRECT("'[Source1.xlsx]"&$B$1&"'!2:2",TRUE),0),FALSE)),0)*N3