I need to code a row to change the format of a dollar amount in each cell. In the end the dollar amount has to be exactly 10 characters, the dollar sign and the decimal need to be dropped but not the change.
EXAMPLES:
$1000.22 -converted to- 0000100022
$100.55 -converted to - 0000010055
I can get rid of the "$" and "." but not without the change being removed along with the decimal and I can add a "0" prefix but how do I get the decimal out and leave the change or get excel to calculate how many 0's need to be appended?
I appreciate any help. Thanks in advance!
Bookmarks