Hi,
Iam working in different excel sheet & prepare a summary report on daily basis, i need help on sumif data, where i can subtract 2 sumif(result) @ a time.
Ex:=sumif(may!$C$2:$C$21,"=beta",may!$H$2:$H$21)+SUMIF(june!$D$2:$D$20,"=beta",june!$H$2:$H$20)-SUMIF(may!$C$2:$C$21,"=beta",may!$I$2:$I$21)+SUMIF(june!$D$2:$D$20,"=beta",june!$I$2:$I$20)
But i am getting the value of last 2 sumif (after subtraction).
I have try to put ()between sumif to differntiate the two, but getting error
Means i need to add 2 criteria & again i need there difference of it.
Is it possible to make it in single function or i have to separately put the two different sumif function & later on subtract the two results,ex B2-C2.
Iam working in different excel sheet & prepare a summary report on daily basis, i need help on sumif data, where i can subtract 2 sumif(result) @ a time.
Ex:=sumif(may!$C$2:$C$21,"=beta",may!$H$2:$H$21)+SUMIF(june!$D$2:$D$20,"=beta",june!$H$2:$H$20)-SUMIF(may!$C$2:$C$21,"=beta",may!$I$2:$I$21)+SUMIF(june!$D$2:$D$20,"=beta",june!$I$2:$I$20)
But i am getting the value of last 2 sumif (after subtraction).
I have try to put ()between sumif to differntiate the two, but getting error
Means i need to add 2 criteria & again i need there difference of it.
Is it possible to make it in single function or i have to separately put the two different sumif function & later on subtract the two results,ex B2-C2.