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  

TEXT(F2 "0,0") displays 1 as 01, & how to bold and underline in TE



 
 
Thread Tools Display Modes
  #1  
Old December 25th, 2009, 07:26 PM posted to microsoft.public.excel.misc
Gary
external usenet poster
 
Posts: 790
Default TEXT(F2 "0,0") displays 1 as 01, & how to bold and underline in TE

I understand the TEXT function, however when I format it as TEXT(F19,"0,0"),
I get 1,000, displayed correctly. Also 10 thru 999 displays correctly, but 1
displays as 01, 2 as 02. Can I suppress the zero in single digit numbers?
Also, is it possible to bold and underline within a TEXT function?
  #2  
Old December 25th, 2009, 08:22 PM posted to microsoft.public.excel.misc
David Biddulph
external usenet poster
 
Posts: 8,714
Default TEXT(F2 "0,0") displays 1 as 01, & how to bold and underline in TE

=TEXT(F19,"#,0")
and, no, you can't format within the TEXT function.
--
David Biddulph

"Gary" wrote in message
...
I understand the TEXT function, however when I format it as
TEXT(F19,"0,0"),
I get 1,000, displayed correctly. Also 10 thru 999 displays correctly, but
1
displays as 01, 2 as 02. Can I suppress the zero in single digit numbers?
Also, is it possible to bold and underline within a TEXT function?



  #3  
Old December 25th, 2009, 09:25 PM posted to microsoft.public.excel.misc
Gord Dibben
external usenet poster
 
Posts: 20,252
Default TEXT(F2 "0,0") displays 1 as 01, & how to bold and underline in TE

=TEXT(F19,"#,0")

No, you cannot bold and underline within a TEXT function.


Gord Dibben MS Excel MVP


On Fri, 25 Dec 2009 10:26:01 -0800, Gary
wrote:

I understand the TEXT function, however when I format it as TEXT(F19,"0,0"),
I get 1,000, displayed correctly. Also 10 thru 999 displays correctly, but 1
displays as 01, 2 as 02. Can I suppress the zero in single digit numbers?
Also, is it possible to bold and underline within a TEXT function?


  #4  
Old December 25th, 2009, 10:36 PM posted to microsoft.public.excel.misc
Ron Rosenfeld
external usenet poster
 
Posts: 3,719
Default TEXT(F2 "0,0") displays 1 as 01, & how to bold and underline in TE

On Fri, 25 Dec 2009 10:26:01 -0800, Gary
wrote:

Also, is it possible to bold and underline within a TEXT function?


No. But more particulars might help solve your problem.

You can bold and underline the entire cell either as a "hard" format or with
conditional formatting.

You can also put an equivalent of your TEXT function into a VBA Macro, and then
bold/underline a portion of the text string that you would have your macro
write to the cell.
--ron
 




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


All times are GMT +1. The time now is 09:12 PM.


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