I need to add an addition condition to the below formula. I'd like to only pull the total from if A:A = E2. Any help would be grateful. Thanks.
G2: =IF(SUMIFS(C:C,B:B,">="&E5,B:B,"<="&F5)=0,"",(SUMIFS(C:C,B:B,">="&E5,B:B,"<="&F5)))
G2: =IF(SUMIFS(C:C,B:B,">="&E5,B:B,"<="&F5)=0,"",(SUMIFS(C:C,B:B,">="&E5,B:B,"<="&F5)))