Hi Everyone,
I know there have been a number of sumifs and array questions but I could find one that could do what I am looking for. I have two columns D and E in which I would like to sum the differences if they are positive.
'{=SUM(IF($D$11:$D$700>E11:E700,$D$11:$D$700-$E$11:$E$700))}
However, I also want to have other criteria added. I would like to get the information between two dates that I enter in, I would like the information only for F/C of A in column B, I would also like to get anything but A in column C. ( I was going to change the below formula to add the B,C,etc.). Lastly I want this information only if D>E. I basically want to combine the above formula with the one below.
'=SUMIFS($D$11:$D$700,$A$11:$A$700,">=" & H$1,$A$11:$A$700,"<=" & H$2,($C$11:$C$700),$C$1,($B$11:$B$700),$B$1)-SUMIFS($E$11:$E$700,$A$11:$A$700,">=" & H$1,$A$11:$A$700,"<=" & H$2,($C$11:$C$700),$C$1,($B$11:$B$700),$B$1)
I am having trouble sending a pic
Any help would be appreciated,
Thanks
I know there have been a number of sumifs and array questions but I could find one that could do what I am looking for. I have two columns D and E in which I would like to sum the differences if they are positive.
'{=SUM(IF($D$11:$D$700>E11:E700,$D$11:$D$700-$E$11:$E$700))}
However, I also want to have other criteria added. I would like to get the information between two dates that I enter in, I would like the information only for F/C of A in column B, I would also like to get anything but A in column C. ( I was going to change the below formula to add the B,C,etc.). Lastly I want this information only if D>E. I basically want to combine the above formula with the one below.
'=SUMIFS($D$11:$D$700,$A$11:$A$700,">=" & H$1,$A$11:$A$700,"<=" & H$2,($C$11:$C$700),$C$1,($B$11:$B$700),$B$1)-SUMIFS($E$11:$E$700,$A$11:$A$700,">=" & H$1,$A$11:$A$700,"<=" & H$2,($C$11:$C$700),$C$1,($B$11:$B$700),$B$1)
I am having trouble sending a pic
Any help would be appreciated,
Thanks
Last edited: