Forum Discussion

Joshua Conci's avatar
Joshua Conci
Copper Contributor
Jun 26, 2017
Solved

Digital Sum Formula

I'm finding an inconsistency with a formula I often use in my excel sheets.  The formula is as follows: =if(sum(a+b)>9,sum(a+b)-9,sum(a+b)) the above formula actually works quite well in certain...
  • Detlef_Lewin's avatar
    Jun 26, 2017

    *


    Joshua Conci wrote:

    I'm trying to craft a formula that will reduce compound values such as "56" down to a single digit value of "2" by subtracting 9 from the compound value until the resulting value is less than 9.

    You mean this:

    =MOD(A1,9)

     

Resources