Forum Discussion

David DRABBLE's avatar
David DRABBLE
Copper Contributor
Feb 19, 2018
Solved

Calculate a Spelling Age

Hi, I am trying to calculate a spelling age of students...  I need to input birth dates, date of test and a score (12 to 53)... and have a spelling age as my result. The table would need to c...
  • Detlef_Lewin's avatar
    Feb 19, 2018

    David,

     

    maybe something like this?

     

     

    F5 =YEARFRAC(C5,D5)
    H5 =LOOKUP(G5,DATA!$A$4:$A$45,DATA!$B$4:$B$45)
    I5 =QUOTIENT(H5-F5,1)
    J5 =ROUND(MOD(H5-F5,1)*12,0)

     

     

Resources