View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
BunnyHop BunnyHop is offline
external usenet poster
 
Posts: 7
Default Omitting the whole number when formatting decimals

Hi,

It will always be 4 digits after the decimal. So, the formatting won't
include any more or less.

Thanks

"Rick Rothstein" wrote:

How many digits do you want to show if there are only 2 decimal places after
the decimal point? What about if there are 7? Your "copy the last four
digits" comment is what raised this question.

--
Rick (MVP - Excel)


"BunnyHop" wrote in message
...
Hi,
I am trying to omit the whole number when it is copied into a new cell.

Ex. 29.8765 = .8765

I do not want a leading 0 either or for the decimal to be rounded up or
down, but copy exactly the last four digits behind and including the
decimal
point.

I also would like to nest this formatting in a formula that combines
copying
the number from the old cell to the new and then automatically format.

Any help would be appreciated.

Thanks,