Hi:
Cells c17 through c20 are formatted as number with 2 decimals.
c17=16,773.86
c18=c17*0.009
c19=0
c20=c17-c18+c19
The answer in c20 is 16,622.90 and needs to be changed to the value of 1662290 so the array can sum the digits.
Using edit copy,Paste Special,Values changes c20 to 16622.89526
If I physically type this number(1662290) in cell c20 in place of the formula the array works, otherwise I get #Value.
Here is the Array Formula:
{=sum(mid(c20,row(indirect("1:"&len(c20))),1)*1)+len(c20)}
Thank you
Gary W. Hill
Cells c17 through c20 are formatted as number with 2 decimals.
c17=16,773.86
c18=c17*0.009
c19=0
c20=c17-c18+c19
The answer in c20 is 16,622.90 and needs to be changed to the value of 1662290 so the array can sum the digits.
Using edit copy,Paste Special,Values changes c20 to 16622.89526
If I physically type this number(1662290) in cell c20 in place of the formula the array works, otherwise I get #Value.
Here is the Array Formula:
{=sum(mid(c20,row(indirect("1:"&len(c20))),1)*1)+len(c20)}
Thank you
Gary W. Hill