Results 1 to 9 of 9

Thread: Sum Of The Digits Of Numeric Value In A Cell Range

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Senior Member
    Join Date
    Jun 2012
    Posts
    337
    Rep Power
    14
    alternative; a UDF

    e.g. in B5:

    =snb_001(A5)

    Code:
    Function snb_001(y)
      snb_001 = Evaluate(Replace(StrConv(y, 64), Chr(0), "+") & "0")
    End Function

  2. #2
    Junior Member Zaigham's Avatar
    Join Date
    Mar 2013
    Posts
    13
    Rep Power
    0
    It is just amazing for me, as I was not sure for a single solution.
    Thank you very much.

Similar Threads

  1. Sum Of The Digits In A Cell Using Formula
    By venkat1926 in forum Excel Help
    Replies: 0
    Last Post: 04-30-2013, 07:11 PM
  2. Replies: 11
    Last Post: 04-07-2013, 07:51 PM
  3. Replies: 5
    Last Post: 03-09-2013, 09:01 AM
  4. Sum Ifs Formula needed with Max Date range
    By trankim in forum Excel Help
    Replies: 2
    Last Post: 09-19-2012, 09:50 AM
  5. Replies: 2
    Last Post: 02-29-2012, 08:24 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •