• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

How can i sum many numbers in a cell?

iRasim

Member
How can I sum many numbers in a cell. I added a xls file to show what I want.
 

Attachments

  • sample.xlsx
    9.2 KB · Views: 1
Any chance you can change the design of your file? Each cell should have a unique piece of information. Rather than sticking multiple dates + amounts all in a single cell, would be better to write it like this (note that my system uses decimals instead of commas)
upload_2015-8-31_10-12-5.png
Date is much easier to analyze and run reports on now.
 
I got no chance because I get the files in that forms. But if there is any way separate the date from amount I can do that. is there any way solve the problem?
 
Here's sample of how to extract only the amount portion.
CHAR(10) looks for ALT+Enter, meaning line change in cells.
 

Attachments

  • sample (2).xlsx
    10.3 KB · Views: 3
Back
Top