79795719

Date: 2025-10-21 10:44:53
Score: 2.5
Natty:
Report link

Suppose your number is on cell A2 then use the formula IF(A2=0,0,MOD(A2-1,9)+1)

This will return the sum of all digits into a single digit between 0 to 9

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kamal Arora