sumifs on filtered cells

trexlim

New Member
Joined
Aug 14, 2018
Messages
5
Hi,

Can anyone assist me on this function?

current formula:

=ROUNDUP((SUMIFS('MC1 (SG)'!$J:$J,'MC1 (SG)'!$N:$N,'SG MASTER'!$K$1,'MC1 (SG)'!$E:$E,'SG MASTER'!$B14)/6000,0)

thanks in advance!:LOL:
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
1. In C14 of SG MASTER enter:

=ROUNDUP(SUMPRODUCT(SUBTOTAL(9,OFFSET(INDEX('MC1 (SG)'!$J:$J,1,1),ROW('MC1 (SG)'!$J:$J)-ROW(INDEX('MC1 (SG)'!$J:$J,1,1)),0)),--('MC1 (SG)'!$N:$N=$K$1),--('MC1 (SG)'!$E:$E=$B14))/6000,0)

Note. It's not a good idea to reference whole columns for reasons of efficiency.

2. Alternatively...

In K2 (assuming a header in K1) of MC1 (SG) enter and copy down:

=SUBTOTAL(2,J2)

In C14 of SG MASTER enter:

=ROUNDUP(SUMIFS('MC1 (SG)'!$J:$J,'MC1 (SG)'!$K:$K,1,'MC1 (SG)'!$N:$N,$K$1,'MC1 (SG)'!$E:$E,$B14)/6000,0)
 
Upvote 0

Forum statistics

Threads
1,215,219
Messages
6,123,685
Members
449,117
Latest member
Aaagu

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