ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How to display percentage with 0 decimal point by Text function? (https://www.excelbanter.com/excel-discussion-misc-queries/141951-how-display-percentage-0-decimal-point-text-function.html)

Eric

How to display percentage with 0 decimal point by Text function?
 
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

Ron Rosenfeld

How to display percentage with 0 decimal point by Text function?
 
On Tue, 8 May 2007 07:36:00 -0700, Eric wrote:

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



=TEXT(A1,"0%")
--ron

JE McGimpsey

How to display percentage with 0 decimal point by Text function?
 
One way:

B1: =TEXT(A1,"0%")

alternatively,

B1: =A1

format B1 as a percentage with no decimal points.


In article ,
Eric wrote:

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


Bernard Liengme

How to display percentage with 0 decimal point by Text function?
 
Why use TEXT? In B1 enter =A1 and then format B1 as percent with zero
decimals.
But if you must: =TEXT(A1,"0%")
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"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




David Biddulph[_2_]

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






Eric

Thank everyone for suggestions
 
Thank everyone for suggestions
Eric


All times are GMT +1. The time now is 05:41 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com