A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Underlining percent signs



 
 
Thread Tools Display Modes
  #1  
Old August 30th, 2004, 06:39 PM
Melissa
external usenet poster
 
Posts: n/a
Default Underlining percent signs

I am having difficulty in Excel 2000 applying the "single
accounting" underline to a cell with the percent format.
Applying the single accounting underline to the cell
underlines everything *except* the percent sign.

The standard underline does include the percent sign, but
we prefer the accounting style as it provides some space
between the number and the underline. Also, we can use
the custom formatting to make the underline extend across
the cell. Does anyone know a work-around or trick to make
Excel underline the percent sign? I have searched the
Knowledge Base and newsgroups with no success--I did find
several other people who had asked the same question, but
there were no responses. Please accept my apologies if I
have missed an earlier thread.

Thanks in advance for any suggestions.

  #2  
Old August 31st, 2004, 01:46 AM
Earl Kiosterud
external usenet poster
 
Posts: n/a
Default

Melissa,

If these percentages are coming from another cell(s) (via a formula), you
can convert them to text, which will underline as you ask, including the %
symbol. E.g.: If the original formula was:
=A2/B2

Change it to:
=TEXT(A2/B2, "0%")

Now apply the single underline, and right-align it, and see if that works.
You won't be able to use this as a precedent to other formulas (in
subsequent calculations) without jumping through another hoop.

If these are manually entered percentage amounts, Try formatting the column
(Format - Cells - Number - Text) using this code:
;;;* @"%"

Note the space after the asterisk. These cells will really contain the
percentage amounts (33% will contain 33, not 0.33 as with numbers formatted
for %). This will work only for percentage amounts entered after so
formatting; if there are existing amounts, they'll be off by a factor of
..01, and will probably not appear. You'll have to divide by 100 in any
formulas that refer to these cells. Be careful making formulas that refer
to these cells, as they might pick up this format and confuse you into a
stupor. If that happens, set the number format back to whatever it should
be. I wish Excel wouldn't do that.

--
Earl Kiosterud
mvpearl omitthisword at verizon period net
-------------------------------------------

"Melissa" wrote in message
...
I am having difficulty in Excel 2000 applying the "single
accounting" underline to a cell with the percent format.
Applying the single accounting underline to the cell
underlines everything *except* the percent sign.

The standard underline does include the percent sign, but
we prefer the accounting style as it provides some space
between the number and the underline. Also, we can use
the custom formatting to make the underline extend across
the cell. Does anyone know a work-around or trick to make
Excel underline the percent sign? I have searched the
Knowledge Base and newsgroups with no success--I did find
several other people who had asked the same question, but
there were no responses. Please accept my apologies if I
have missed an earlier thread.

Thanks in advance for any suggestions.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
macro for Percent to Dollars and/or Dollars to Percent jacob farino General Discussion 3 August 30th, 2004 08:14 PM
avg percent robin Worksheet Functions 2 August 11th, 2004 03:13 AM
Formatting Columns of Percent Data TK General Discussion 2 July 19th, 2004 11:02 PM
Find percent replace with backspace% AJ General Discussion 3 June 17th, 2004 08:59 PM


All times are GMT +1. The time now is 12:36 AM.


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