I Dont know how to ask this, but to sum cells against one cell

Baba_Yaga

New Member
Joined
Sep 1, 2017
Messages
22
Hello,
This is just a snip of a much larger sheet. the column letters are the same. you can see in column AS that the total is 16, but that one is split into multiple locations for one type ( column E )
in this example the total of all the Like E ( all the A01 ) equal 16 and the o29 type also equal 16 Im trying to figure out a way to flag the ones that their type total ( all the matching E for F ) are either more than
their AS qty I hope this makes sense.

So in a nut shell F part number is linked to E Type and the sum of V for the e & f must match and not be less or more.

mr excel sum.PNG


Thanks in advance
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
you can use sumif formulae to sum in a single cell but before that, highlight a unique first cell some how and filter that cell alone and then apply the sumif formulae to capture this details in a single cell only instead of all the cells.
 
Upvote 0
try this in column AS

Excel Formula:
=SUMIFS(V:V,E:E,E2,F:F,F2)
 
Upvote 0

Forum statistics

Threads
1,215,429
Messages
6,124,841
Members
449,193
Latest member
MikeVol

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