View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default How to display percentage with 0 decimal point by Text function?

One reason for using TEXT() is if the OP wants to export data to another
application, such as through mail merge to MS Word.
--
David Biddulph

"Bernard Liengme" wrote in message
...
Why use TEXT? In B1 enter =A1 and then format B1 as percent with zero
decimals.
But if you must: =TEXT(A1,"0%")


"Eric" wrote in message
...
Does anyone know how to use Text function to display percentage with 0
decimal point? such as
0.5 displays in cell A1, in cell B1, how to write the code Text(A1, ???)
in
order to display 50% in cell B1?
Thank for any suggestions
Eric