column AN is the total$$$ amount
Column S is the complexity - I want to total $$ if complexity is M and S
with the following other conditions
Column G is status - Approved
Column AF - Date Range
This works if I only have one condition
=SUMIFS(RFSLog!$AN$3:$AN$1004, RFSLog!$S$3:$S$1004, "m", RFSLog!$G$3:$G$1004, "Approved", RFSLog!$AF$3:$AF$1004, ">=01/01/2014", RFSLog!$AF$3:$AF$1004, "<=01/31/2014" )
But how do I adjust
RFSLog!$S$3:$S$1004, "m",
if I want a M and S?
Thanks
Column S is the complexity - I want to total $$ if complexity is M and S
with the following other conditions
Column G is status - Approved
Column AF - Date Range
This works if I only have one condition
=SUMIFS(RFSLog!$AN$3:$AN$1004, RFSLog!$S$3:$S$1004, "m", RFSLog!$G$3:$G$1004, "Approved", RFSLog!$AF$3:$AF$1004, ">=01/01/2014", RFSLog!$AF$3:$AF$1004, "<=01/31/2014" )
But how do I adjust
RFSLog!$S$3:$S$1004, "m",
if I want a M and S?
Thanks