I need some help with an excel formula pleas:
=SUMPRODUCT(--(RAW!$R$3:$R$20000="RESPOND"),--(RAW!$I$3:$I$20000=B4),--( RA W!$S$3:$S$20000="MADE"))
which searches the RAW tab and counts the number of rows where all 3 arrays are met. This works fine.
I need to now added another array to search column T (Dates dd/mm/yyyy) for all the above AND where the /mm/ part of the date = 12 (for example)
I tried this but n luck
=SUMPRODUCT(--(RAW!$R$3:$R$20000="RESPOND"),--(RAW!$I$3:$I$20000=B3),--( RA W!$S$3:$S$20000="MADE"),--(MONTH(RAW!$Q$3:$Q$20000=12)))
Any Ideas please, its driving me mad!
Thnx, Jody
=SUMPRODUCT(--(RAW!$R$3:$R$20000="RESPOND"),--(RAW!$I$3:$I$20000=B4),--( RA W!$S$3:$S$20000="MADE"))
which searches the RAW tab and counts the number of rows where all 3 arrays are met. This works fine.
I need to now added another array to search column T (Dates dd/mm/yyyy) for all the above AND where the /mm/ part of the date = 12 (for example)
I tried this but n luck
=SUMPRODUCT(--(RAW!$R$3:$R$20000="RESPOND"),--(RAW!$I$3:$I$20000=B3),--( RA W!$S$3:$S$20000="MADE"),--(MONTH(RAW!$Q$3:$Q$20000=12)))
Any Ideas please, its driving me mad!
Thnx, Jody