I have the formula below, but I'd like to incorporate the 2nd formula (SUBTOTAL) also.
=SUMIFS(M13:M288,B13:B288,"Y")
=SUBTOTAL(9,M13:M288)
I have tried this:
=SUMIFS(SUBTOTAL(9,M13:M288),B13:B288,"Y")
and this:
=SUMIFS((SUBTOTAL(9,M13:M288)),B13:B288,"Y")
but the syntax seems to be wrong.
Can anyone help. Thanks.
Dan
=SUMIFS(M13:M288,B13:B288,"Y")
=SUBTOTAL(9,M13:M288)
I have tried this:
=SUMIFS(SUBTOTAL(9,M13:M288),B13:B288,"Y")
and this:
=SUMIFS((SUBTOTAL(9,M13:M288)),B13:B288,"Y")
but the syntax seems to be wrong.
Can anyone help. Thanks.
Dan