I was wondering this...
I want to possibly change this formula to a function in vba?
I have12 sheets (months) and say 600 rows of data which below formula must act on in each individual sheet.
My thought is, one place only for formula instead of 600*12 places.
When row gets populated e function would be called and place value into cell.
Is this a fair approach/idea ?
Stumbling block is, joining sum product and sum if worksheet functions vba???
=IF(SUMPRODUCT(SUMIF(Data!$A$3:$A$250,Aug!D4:M4,Data!$C$3:$C$250))=0,"",SUMPRODUCT(SUMIF(Data!$A$3:$A$250,Aug!D4:M4,Data!$C$3:$C$250)))
I want to possibly change this formula to a function in vba?
I have12 sheets (months) and say 600 rows of data which below formula must act on in each individual sheet.
My thought is, one place only for formula instead of 600*12 places.
When row gets populated e function would be called and place value into cell.
Is this a fair approach/idea ?
Stumbling block is, joining sum product and sum if worksheet functions vba???
=IF(SUMPRODUCT(SUMIF(Data!$A$3:$A$250,Aug!D4:M4,Data!$C$3:$C$250))=0,"",SUMPRODUCT(SUMIF(Data!$A$3:$A$250,Aug!D4:M4,Data!$C$3:$C$250)))