#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 383
Default Custom Formatting

hi, have been trying to get a Custom format to work for excluding certain
text characters
would think that where [=9]"";0 works for numbers; can not get to
work for text,
e.g.: [="xx"]"";General does not work, any suggestions or can MS fix ?
thanks

have bee trying to get a formula to be able to sort, with "xx" as the
negative
result, am trying to get "xx" removed from view.
e.g. formula: =IF(quantity <50,"xx", else true
where variations of output (as text) include: a0 br dd p0 p1 p2 p3 v1 v2 xx
There does not seem to be a ready made Custom Format for hiding text...

not working:
["xx"]"";General
[="xx"]"";General
General;General;General;[Yellow]General
[Yellow]"xx";[Black]General
[Yellow]Text="xx";[Black]General
0;-0;;@


----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...lic.excel.misc
  #2   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Custom Formatting

Not a custom format as such, but perhaps this type of formula might help.

=IF(ISTEXT(IF(A1<50,"xx",A1)),"",A1)

or maybe just

=IF(A1<50,"",A1)

Vaya con Dios,
Chuck, CABGx3




"Nastech" wrote:

hi, have been trying to get a Custom format to work for excluding certain
text characters
would think that where [=9]"";0 works for numbers; can not get to
work for text,
e.g.: [="xx"]"";General does not work, any suggestions or can MS fix ?
thanks

have bee trying to get a formula to be able to sort, with "xx" as the
negative
result, am trying to get "xx" removed from view.
e.g. formula: =IF(quantity <50,"xx", else true
where variations of output (as text) include: a0 br dd p0 p1 p2 p3 v1 v2 xx
There does not seem to be a ready made Custom Format for hiding text...

not working:
["xx"]"";General
[="xx"]"";General
General;General;General;[Yellow]General
[Yellow]"xx";[Black]General
[Yellow]Text="xx";[Black]General
0;-0;;@


----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...lic.excel.misc

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
custom formatting Nuhuskr7 Excel Discussion (Misc queries) 1 February 20th 07 07:59 AM
expanding custom formatting without removing existing cell formatting? Keith Excel Worksheet Functions 3 December 27th 06 01:54 PM
Custom Formatting nastech Excel Discussion (Misc queries) 2 April 26th 06 10:38 PM
custom formatting BorisS Excel Discussion (Misc queries) 2 December 12th 05 09:44 AM
Custom Formatting walkerdayle Excel Discussion (Misc queries) 3 November 21st 05 06:56 PM


All times are GMT +1. The time now is 07:32 AM.

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"