Summing Parts of Cells?

Dave Donut

New Member
Joined
Dec 19, 2012
Messages
27
Office Version
  1. 365
Platform
  1. MacOS
In the D column of a downloaded sheet I have figures e.g. in D1 I have 50.00 (50.00)

I want to total the 50.00 numbers.

In column E I have used =LEFT(D1,4) to extract the 50.00 - which is what I want.

I want to sum column E numbers. If I use =SUM(E1:E100) this returns 0. However, if I use =E1+E2+E3 etc, I get the correct total.

Why would this be? And, is there a way to avoid using all those plus signs.

Thanks!
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
You can use
Excel Formula:
=LEFT(D1,4)+0
to convert the text into numbers.
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,561
Messages
6,125,533
Members
449,236
Latest member
Afua

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