Could you use a formula? The following would give you your desired result.
=INT(A1)+(A1-INT(A1))*32/100
Regards,
BarrieBarrie Davidson
...what's the use for such a unconventional
representation?
Michael: Check out the DOLLARDE & DOLLORFR functions.(You need the Analysis Tool Pack Add-In). Although these were designed to convert currencies, they can be used for any fractional conversions.
It's to be used for a bond trading application. Bonds are traded/quoted in 32nds, and 103.24 instead of 103 24/32 is a common representation.
Hi, thanks for the suggestions, but a formula doesn't work in the context of this app. I can use this formula in VB, but I was hoping there would be a clever way to simplay use a custom number format. Thanks everybody for your help.