Formula ?

zone709

Well-known Member
Joined
Mar 1, 2016
Messages
2,079
Office Version
  1. 365
Platform
  1. Windows
=SUMIFS($V$6:$V$60,$Z$6:$Z$60,$B$6:$B$60,"Carp")/V69

What I am trying to do is Add V + Z values taken if Carp is in Column B then dividing it with /V69

Almost got it but missing something.



 
Hi I came back to this post as I been using the formula we went over awhile back. Its working fine but I need to add something on it.

=(SUMIFS($BX$6:$BX$72,$B$6:$B$72,"Carpenter")+SUMIFS($CB$6:$CB$72,$B$6:$B$72,"Carpenter"))/SUMIFS($BV$6:$BV$72,$B$6:$B$72,"Carpenter")

I need it to divide the total now of both which the first line I already have but need the second also in red
SUMIFS($BV$6:$BV$72,$B$6:$B$72,"Carpenter") & this
SUMIFS($BZ$6:$BZ$72,$B$6:$B$72,"Carpenter")


I tried something like this but know go.


=(SUMIFS($BX$6:$BX$72,$B$6:$B$72,"Carpenter")+SUMIFS($CB$6:$CB$72,$B$6:$B$72,"Carpenter"))/SUMIFS($BV$6:$BV$72,$B$6:$B$72,"Carpenter")+
SUMIFS($BZ$6:$BZ$72,$B$6:$B$72,"Carpenter")
<strike>
</strike>
 
Last edited:
Upvote 0

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
This?

=(SUMIFS($BX$6:$BX$72,$B$6:$B$72,"Carpenter")+SUMIFS($CB$6:$CB$72,$B$6:$B$72,"Carpenter"))/(SUMIFS($BV$6:$BV$72,$B$6:$B$72,"Carpenter")+SUMIFS($BZ$6:$BZ$72,$B$6:$B$72,"Carpenter"))

M.
 
Upvote 0

Forum statistics

Threads
1,215,083
Messages
6,123,020
Members
449,092
Latest member
ikke

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