mattmickle
Board Regular
- Joined
- Nov 17, 2010
- Messages
- 81
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 zeroes.
the last 2 digits should be implied decimals. How can i keep them?
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 zeroes.
the last 2 digits should be implied decimals. How can i keep them?