glthornton
Programmer
Hi everyone, I need some help in converting an cell that contains a salary value.
The problem is that I need to convert this format into a zero filled decimal implied value.
I have tried many different combinations to do this, but I'm running out of suggestions in order to remove any decimal points and to add the proper number of zero's to the front as well as the back to ensure proper decimal alignment.
I would greatly appreciate any assistance that you could provide. Kind regards. Glenn
Code:
The incoming values could look like this: 83.4 or 99.25 or 24
Code:
And I need it to look like this: 0008340 or 0009925 or 0002400
I would greatly appreciate any assistance that you could provide. Kind regards. Glenn