View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alex[_11_] Alex[_11_] is offline
external usenet poster
 
Posts: 1
Default Custom Cell Formatting

I have percentages of a total that I don't want to display
with the percent sign, but I want them to be in that
annotation.

For example:
Current Cell
.055321
Percentage Format
5.5%
Objective
5.5

How can I use custom cell formatting or programming to
multiple given numbers by 100?