So when i have a number in a cell like “112” i would like to sum all its number so 112 becomes 1+1+2 =4
note i would like to reduce the numbers so that it will reduce to 1 digit, so if i would have something like the number “96” 9+6=15 = 1+5=6
i found a formula that works for small numbers < 10 digits, but i need something that works with large numbers as well > 40
regards…