sumproduct

tabspace

New Member
Joined
Oct 23, 2017
Messages
16
I have the following data:
FileDownloadHandler.ashx

I would like to use sumproduct based on day of the week but also replacing the Hi, Mid and Lo with their correct values.

For example, for Paul, the total of his Mondays, should be 1*100+3*1+1*1

Any ideas?
 
Re: sumproduct - advanced difficulty

FileDownloadHandler.ashx


Hi Barry,

I realized I would need to add another condition. Besides what I need, now I would like to make two tallies, one if it is towards a bonus and one if it isn't. In my example:
Susan would have:
Towards bonus: Monday: 50*1=51
Non bonus: Monday: 1*3+100*1=103

Is this possible?

Thanks!


Jim
 
Upvote 0

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
You can keep adding more conditions if you want, so for Paul on Monday towards bonus try

=SUMPRODUCT((B$1:F$1="Monday")*(B$3:F$3="Yes")*SUMIF(H$2:H$4,B4:F4,I$2:I$4),B$2:F$2)
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,325
Members
452,635
Latest member
laura12345

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