Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Format % Question

I have a number in percent format 5% I need it to be displayed as 5 with out
changing the formula. Excel multiplies by 100 and then add the % sign, I
need it to multiply by 100 and not add the % sign.
Is this possible?
Thanks!
Stan


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,574
Default Format % Question

Well 5% = .05. How do you propose changing 5% to 5 without multiplying?

Dave
--
Brevity is the soul of wit.


"Stan Atshuller" wrote:

I have a number in percent format 5% I need it to be displayed as 5 with out
changing the formula. Excel multiplies by 100 and then add the % sign, I
need it to multiply by 100 and not add the % sign.
Is this possible?
Thanks!
Stan



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default Format % Question

Stan,

Formatted for 0 decimals:
=A1*100

or if you need to use it in a string:

="The percentage is " & TEXT(A1*100,"0") & "."

HTH,
Bernie
MS Excel MVP


"Stan Atshuller" wrote in message
...
I have a number in percent format 5% I need it to be displayed as 5 with out changing the formula.
Excel multiplies by 100 and then add the % sign, I need it to multiply by 100 and not add the %
sign.
Is this possible?
Thanks!
Stan



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default Format % Question

Perhaps,

In a separate cell/column, type the whole number i.e. 5
say cell A1

Link the percentage cell to the 'display' cell above and
divide by 100 i.e A1/100.

You may then hide the percentage cell, if not required.

HTH,
--
Kevin James.
Tua'r Goleuni


"Stan Atshuller" wrote in message
...
|I have a number in percent format 5% I need it to be displayed as 5 with out
| changing the formula. Excel multiplies by 100 and then add the % sign, I
| need it to multiply by 100 and not add the % sign.
| Is this possible?
| Thanks!
| Stan
|
|


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Date Format question Aaron Excel Discussion (Misc queries) 3 April 5th 06 01:51 PM
Date format Question Fable Excel Discussion (Misc queries) 1 December 1st 05 01:18 PM
Conditional format question [email protected] Excel Discussion (Misc queries) 7 September 16th 05 04:15 PM
Simple Format Question Ket Excel Worksheet Functions 1 March 2nd 05 04:10 PM
Date Format Question Josh O. Excel Discussion (Misc queries) 1 February 10th 05 09:45 PM


All times are GMT +1. The time now is 06:27 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"