View Single Post
  #3   Report Post  
CLR
 
Posts: n/a
Default

I would use Data TextToColumns Fixed, to separate the digits into
individual columns and then just SUM those cells.......

Vaya con Dios,
Chuck, CABGx3



"monkeyforce5" wrote:

How do I get Excel to return the sum of all digits in a number?
For example if i have the number 1234, i want excel to do the following
calculation:
1+2+3+4 and return the value 10. I need to know how to do this for any
number of any size.