Hi,
I am trying to convert all my SUMIF formulas to SUMPRODUCT so that the referenced workbook does not need to be open.
I have tried myself but cannot seem to get it to work. Here is an example of the formula:
=SUMIFS('[Mileage Log 2018.xlsm]Advisors'!$D$4:$D$15,'[Mileage Log 2018.xlsm]Advisors'!$E$4:$E$15,$B$9,'[Mileage Log 2018.xlsm]Advisors'!$E$4:$E$15,$B$9)
B9 refers to a date [DD/MM/YY] which decides which day to sum the figures from.
I have tried the following adjustment but only seem ot get a #VALUE error:
=SUMPRODUCT(--('[Mileage Log 2018.xlsm]Advisors'!$D$4:$D$15),--('[Mileage Log 2018.xlsm]Advisors'!$E$4:$E$15,$B$9,'[Mileage Log 2018.xlsm]Advisors'!$E$4:$E$15,$B$9)
Many thanks in advance,
I am trying to convert all my SUMIF formulas to SUMPRODUCT so that the referenced workbook does not need to be open.
I have tried myself but cannot seem to get it to work. Here is an example of the formula:
=SUMIFS('[Mileage Log 2018.xlsm]Advisors'!$D$4:$D$15,'[Mileage Log 2018.xlsm]Advisors'!$E$4:$E$15,$B$9,'[Mileage Log 2018.xlsm]Advisors'!$E$4:$E$15,$B$9)
B9 refers to a date [DD/MM/YY] which decides which day to sum the figures from.
I have tried the following adjustment but only seem ot get a #VALUE error:
=SUMPRODUCT(--('[Mileage Log 2018.xlsm]Advisors'!$D$4:$D$15),--('[Mileage Log 2018.xlsm]Advisors'!$E$4:$E$15,$B$9,'[Mileage Log 2018.xlsm]Advisors'!$E$4:$E$15,$B$9)
Many thanks in advance,