sumproduct using half value of first array

ajm

Well-known Member
Joined
Feb 5, 2003
Messages
2,014
Office Version
  1. 365
Platform
  1. Windows
I am trying to work out a formula that will sum hourly rates by 50% of the hours charged. how do i work in the 50% calculation to the array housing the nbr of hours per person? the answer i want is the sum of the 50% column.

HoursCharge1:1 (100%)50%
1220240120
3363411,4245,712
25541,350675
1218216108
4812576288
241002,4001,200
SUMPRODUCT(P63:P68,Q63:Q68)
16,20616,2068,103
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
This is what you need?

varios 15jun2023 big numero.xlsm
PQRS
62HoursCharge
631220
6433634
652554
661218
674812
6824100
691:1 (100%)50%
7016,2068,103
Hoja6
Cell Formulas
RangeFormula
R70R70=SUMPRODUCT(P63:P68,Q63:Q68)
S70S70=SUMPRODUCT(P63:P68,Q63:Q68/2)


Or this:
varios 15jun2023 big numero.xlsm
PQRS
62HoursCharge
631220
6433634
652554
661218
674812
6824100
691:1 (100%)50%
7016,2068,103
Hoja6
Cell Formulas
RangeFormula
R70R70=SUMPRODUCT(P63:P68,Q63:Q68)
S70S70=R70/2
 
Upvote 0

Forum statistics

Threads
1,216,084
Messages
6,128,728
Members
449,465
Latest member
TAKLAM

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