Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Mike800W
 
Posts: n/a
Default Change the way a non-computed percentage is displayed

How do I change the way a formula is displayed as a percentage? I am using
an equation from data in numerous cells where the result is displayed as a
percentage. The problem, prior to numbers being entered for the formula to
calculate, the target cell displays, "#DIV/0!". I understand the formula is
telling me zeroes have been entered in the data cells, but this is a
calculation template and zeroes are necessary to show folks where the data
needs to be entered. How do I change that display to show "%0.0" without
entering numbers other than zero?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default Change the way a non-computed percentage is displayed

If you use

=C2/D2

then you can change it to

=C2/MAX(D2,1)


Regards,

Peo Sjoblom


"Mike800W" wrote in message
...
How do I change the way a formula is displayed as a percentage? I am
using
an equation from data in numerous cells where the result is displayed as a
percentage. The problem, prior to numbers being entered for the formula
to
calculate, the target cell displays, "#DIV/0!". I understand the formula
is
telling me zeroes have been entered in the data cells, but this is a
calculation template and zeroes are necessary to show folks where the data
needs to be entered. How do I change that display to show "%0.0" without
entering numbers other than zero?



  #3   Report Post  
Posted to microsoft.public.excel.misc
Duke Carey
 
Posts: n/a
Default Change the way a non-computed percentage is displayed

In the unlikely event that D2 is less than 1 after data has been entered, maybe

=if(iserror(your formula),0,your formula)

"Peo Sjoblom" wrote:

If you use

=C2/D2

then you can change it to

=C2/MAX(D2,1)


Regards,

Peo Sjoblom


"Mike800W" wrote in message
...
How do I change the way a formula is displayed as a percentage? I am
using
an equation from data in numerous cells where the result is displayed as a
percentage. The problem, prior to numbers being entered for the formula
to
calculate, the target cell displays, "#DIV/0!". I understand the formula
is
telling me zeroes have been entered in the data cells, but this is a
calculation template and zeroes are necessary to show folks where the data
needs to be entered. How do I change that display to show "%0.0" without
entering numbers other than zero?




  #4   Report Post  
Posted to microsoft.public.excel.misc
kjharris123
 
Posts: n/a
Default Change the way a non-computed percentage is displayed


The ' /max ' String Worked *great*! Thanks!:)


--
kjharris123
------------------------------------------------------------------------
kjharris123's Profile: http://www.excelforum.com/member.php...o&userid=29715
View this thread: http://www.excelforum.com/showthread...hreadid=525376

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
Use displayed value, not stored value? CD Excel Worksheet Functions 2 May 3rd 23 03:45 AM
Change the border color used by Change Tracking Jim Stoaks Excel Discussion (Misc queries) 1 January 20th 06 09:32 PM
How to show negative percentage? brett Excel Worksheet Functions 3 January 9th 06 06:06 AM
Change over time fornula Trevor Excel Worksheet Functions 4 January 4th 06 10:05 PM
calculate monthly average percentage of change vikgarden Excel Worksheet Functions 2 April 15th 05 07:38 PM


All times are GMT +1. The time now is 01:33 PM.

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

About Us

"It's about Microsoft Excel"