I need to calculate the sum of digits in a number. The function should keep on adding the digits of each result, till the final sum is a single digit. Please refer to the following example and result expected:-
Supposed the number entered in Cell J1 is 1234589755
Result 1 = 1+2+3+4+5+8+9+7+5+5 = 49
Result 2 = 4+9 = 13
Final Result required = 1+3 = 4
Regards
Ambaji Rao S.
Bookmarks