Combine SumIF and Subtotal

yodaflex

New Member
Joined
Dec 1, 2015
Messages
5
Please help, I have been attempting to follow other posts to do this but have been unsuccessful. I need to combine the following two formulas:

=SUBTOTAL(9,H3:H143)
=ROUNDUP((SUMIF($E$3:$E$143,$F$158,H3:H143))/240,0)


Column H are the values I want to subtotal based on if the value in F158 appears in Column E of the filtered list.
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Hi
Welcome to the board

=SUMPRODUCT((E3:E143=F158)*SUBTOTAL(3,OFFSET(E3,ROW(E3:E143)-ROW(E3),0)),H3:H143)
 
Upvote 0

Forum statistics

Threads
1,216,131
Messages
6,129,066
Members
449,485
Latest member
greggy

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