sum values in the same cells with another cells for multiple items

abdelfattah

Well-known Member
Joined
May 3, 2019
Messages
1,429
Office Version
  1. 2019
  2. 2010
Platform
  1. Windows
hello
i no know what i ask for this is possible i have data in col a, b in a is item and b the values with contain symbol plus so i would sum every value in col b contain plus and with another value for the same item the result should in col e,f
f (1).xlsm
ABCDEF
1NUMBERAMOUNTNUMBERAMOUNT
265200+10065700
366100661100
4665006975
566250+2507060
669757160
770607275
87160100035
97250+25
1065100
1165200
1210002+1+10+7+15
13k
1

thanks
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
If you put an equal symbol in front of the values with a plus sign then you can use SUMIF to get the values in column F. See below.

TestBase.xlsm
ABCDEF
1NUMBERAMOUNTNUMBERAMOUNT
26530065600
366100661100
4665006975
5665007060
669757160
770607275
87160100035
97275
1065100
1165200
12100035
Sheet1
Cell Formulas
RangeFormula
B2,B5,F2:F8,B9,B12B2=200+100
 
Upvote 0
hi, JLGWHIZ the formula should in col e, f not b the data stays in a,b whit out change when i sum it should keep data in b 65=200+100 not 300 is it possible ?
 
Upvote 0
hi, JLGWHIZ the formula should in col e, f not b the data stays in a,b whit out change when i sum it should keep data in b 65=200+100 not 300 is it possible ?
There are no standard functions that would work with that type data but maybe one of the formula gurus will jump in and create one of those complex formulas with a bunch of IF conditions that would work. I am not that proficient with formulas to do that, so I will drop off this thread.
Regards, JLG
 
Upvote 0

Forum statistics

Threads
1,215,444
Messages
6,124,893
Members
449,194
Latest member
JayEggleton

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