Formula help =SUMIFS

zone709

Well-known Member
Joined
Mar 1, 2016
Messages
2,079
Office Version
  1. 365
Platform
  1. Windows
This works:
=SUMIFS($BV$6:$BV$72,$B$6:$B$72,"Operator")/BV77

Need to addition another column also in this, but I cant getit to go in red. Any help appreciate it.
=SUMIFS($BV$6:$BV$72+$BZ$24:$BZ$65,$B$6:$B$72,"Operator")/BV77
 
I'm back sorry ran into one more thing. I Need to do this

=SUMIFS($BV$6:$BV$72,$B$6:$B$72,"Operator")+
SUMIFS($BZ$6:$BZ$72,$B$6:$B$72,"Operator")/BV77+BZ77

Basically I need to add both sums right and divide it into the 2 added numbers
BV77+BZ77 to get my %

these are my real number
8782/ 2529634.717%

<colgroup><col span="2"><col></colgroup><tbody>
</tbody>

For some reason I can get 34.717%
I get a wacky number like 6.800000454

Just wanted to see if you knew why thanks
 
Upvote 0

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
Without seeing your data, just by looking at the formula you're now using, you're missing brackets at the end:

=SUMIFS($BV$6:$BV$72,$B$6:$B$72,"Operator")+SUMIFS($BZ$6:$BZ$72,$B$6:$B$72,"Operator")/(BV77+BZ77)
 
Upvote 0
HI I am back and sorry about this. Just trying to get to the bottom of it.
If I don't use =sumifs I get the right calculation below in red

=SUM(BV24:BV35,BZ24:BZ35)/(BV77+BZ77) comes out to 34.717% ------- right

If I use the sumifs I get almost double the calculation. I feel that something minor need to be changed below to get the right number 34.717 I just cant figure it out why its doubling value.

=SUMIFS($BV$6:$BV$72,$B$6:$B$72,"Operator")+SUMIFS($BZ$6:$BZ$72,$B$6:$B$72,"Operator")/(BV77+BZ77) comes out to 641859.57% --------Wrong


 
Last edited:
Upvote 0
=(SUMIFS($BV$6:$BV$72,$B$6:$B$72,"Operator")+SUMIFS($BZ$6:$BZ$72,$B$6:$B$72,"Operator"))/(BV77+BZ77)

I got it to work
 
Upvote 0
I'm back sorry ran into one more thing. I Need to do this

=SUMIFS($BV$6:$BV$72,$B$6:$B$72,"Operator")+
SUMIFS($BZ$6:$BZ$72,$B$6:$B$72,"Operator")/BV77+BZ77

Basically I need to add both sums right and divide it into the 2 added numbers
BV77+BZ77 to get my %

these are my real number
8782
/ 25296
34.717%

<tbody>
</tbody>

For some reason I can get 34.717%
I get a wacky number like 6.800000454

Just wanted to see if you knew why thanks

Without seeing your data, just by looking at the formula you're now using, you're missing brackets at the end:

=SUMIFS($BV$6:$BV$72,$B$6:$B$72,"Operator")+SUMIFS($BZ$6:$BZ$72,$B$6:$B$72,"Operator")/(BV77+BZ77)

=(SUMIFS($BV$6:$BV$72,$B$6:$B$72,"Operator")+SUMIFS($BZ$6:$BZ$72,$B$6:$B$72,"Operator"))/(BV77+BZ77)

I got it to work

Ah yes, I missed that you were missing the brackets in the first part as well in my post #12 .
Happy you fixed it and got it working.
 
Upvote 0

Forum statistics

Threads
1,214,938
Messages
6,122,346
Members
449,080
Latest member
Armadillos

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top