Formula to sum prices due to other value

rafaelapugliese

Board Regular
Joined
Jan 23, 2007
Messages
85
Hi!

I need a formula that identifies some values and sum the prices beside it.

Example:

...............B..................C
14 - $ 910.000,00.......339039
15 - $ 2.690.000,00....339039
16 - $ 1.000.000,00....339030
17 - $ 600.000,00.......339014

TOTAL
339039 - Formula that sum all values where in "C" that is 339039 (B14+B15)
339030 - Formula that sum all values where in "C" that is 339030
339014 - Formula that sum all values where in "C" that is 339014

Thanks!!!!!
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Check out the =SUMIF(CRITERIA_Range, Criteria_you_Want,SUM_Range)

=SUMIF($B$1:$B$4,D1,$A$1:$A$4)

Where D1 is your 339039 value
 
Upvote 0

Forum statistics

Threads
1,215,066
Messages
6,122,948
Members
449,095
Latest member
nmaske

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