Below is a possible solution for the challenge – Challenge 6 – Non-array Formula for Sum of Square of the Digits in a Numeric String
=IFERROR(SUMPRODUCT(MID(A1,ROW(INDIRECT("1:"&LEN(A1))),1)^2),"")
Below is a possible solution for the challenge – Challenge 6 – Non-array Formula for Sum of Square of the Digits in a Numeric String
=IFERROR(SUMPRODUCT(MID(A1,ROW(INDIRECT("1:"&LEN(A1))),1)^2),"")