Value = $7,564,264.00
I need this to become a sixteen character text string:
0000000756426400
my formula =Text(Text(substitute(B13,".",""),"0000000000000000"
becomes 000000007564264
this works if, for example, the number is $5,469,062.72, but for any round number, it drops the decimal...