How to SUM a column with multiple entries in a single cell

craigy111

New Member
Joined
Jul 5, 2017
Messages
20
Good Morning,

I am new to this forum and a little bit new to Excel 2007.

I am struggling to come up with a formula to SUM a column with multiple entries in a single cell where other cells have single entries.
The values i require are costing therefore £ values in each column require to be added.

Is this possible? Do i need to extract the information to another sheet? If so what is the formula.

Any help on this would be much appreciated.

Thanks in advance
Craigy
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Supply some example data and your expected output.
Make sure there is some variation in the example data somewhat.
 
Upvote 0
Hi Special-K99

Numbers to be added Column A1:A5 Where Cell A3 has multiple values in Sheet1
With TOTAL Column A6

Thanks

Column A
1 £4567
2
3 £4568
£4569
£5689
4
 
Upvote 0
You could do it this way.
Bit fiddly, but gets the result.

Not sure I understood your data, here's what I did.

Blank Sheet.
in A1 enter £4567
in A3 enter £4568 Alt-Enter £4569 Alt-Enter £5689

If you have wrap text set on alignment tab you should see A3 consists of three rows of figures otherwise it will be three figures immediately after each other. But don't worry about this, it's purely appearances.

in B1
=SUBSTITUTE(A1,"£","+")
copy down the column

Now the tricky bit.
You need to use the EVALUATE formula but it works differently to other formulas.
Go to Formulas / Data Manager at top of screen and define a Named Range, e.g. AddTot, then in the "refers to" box enter =EVALUATE(Sheet1!$B$1:$B$3)

in C1
=AddTot
and copy down the column

Now column C should be the totals of each cell in column A so you can simply put a SUM(D1:D5) in D6 to add them up.

More info on EVALUATE function here:
https://www.myonlinetraininghub.com/excel-factor-12-secret-evaluate-function
 
Last edited:
Upvote 0

Forum statistics

Threads
1,216,134
Messages
6,129,070
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