#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Disable #

How to disable displaying ### instead of number in a narrow column?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default Disable #

hi
you can't so far as i know. widen the column.

Regards
FSt1

"bmelt" wrote:

How to disable displaying ### instead of number in a narrow column?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 206
Default Disable #

On Feb 17, 5:21*pm, bmelt wrote:
How to disable displaying ### instead of number in a narrow column?


### is not an error, excel is telling you the number does not fit,

This seems to work it will show a blank if there are more than 3
characters

=IF(LEN(A1+A2)3,"",A1+A2)

I suppose this would work as well

=if(a1+a2999"",a19+a2)
Both of these won't work well because if there are decimals in the
cells then there would be more than 3 integers such as 22.5

So the other option would be conditional formatting

This will set the conditional format if there are more than 3
character in the Cell B1:B13

Then you could set the font to white if the condition is met.
Select the range to format, in this example select B1:B13
Goto Format=conditional Format
Formula is
=LEN(B1:B13)3
then select the format button and make the font white if condition is
met.
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default Disable #

What do you want it to display?

Regards,
Fred.

"bmelt" wrote in message
...
How to disable displaying ### instead of number in a narrow column?


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,059
Default Disable #

On Feb 17, 4:21*pm, bmelt wrote:
How to disable displaying ### instead of number
in a narrow column?


As others have noted, this is simply telling you that the column is
not wide enough.

Unfortunately, sometimes this arises when you would not expect it.
For example, reducing the view zoom magnification percentage sometimes
causes "###" in some columns.

To avoid that, I have had great success by using the Terminal font.
That is a non-proportional font. There are non-proportional; but they
still sometimes result in "###" indicators, surprisingly.

More generally, if you select the offending columns (or all columns)
and click on Format Column Autofit, you can eliminate the "###"
indicators when they arise.

If the "###" indicators arise when you are using VBA macros and
functions, someone can tell you what you can add to them to avoid the
"###" indicators.

Also, someone can probably tell you how to create an event macro that
will automatically do the column Autofit after changes. But that
might be overkill, unless the event macro can be made to do that only
when needed. Unfortunately, I am not savvy about such things.


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Disable #

If the ###'s are caused by the number being too wide for the column, you could
change the font size.

In xl2003 menus, you can use:
Format|Cells|Alignment tab|shrink to fit
And you don't have to "hard code" the font size.

bmelt wrote:

How to disable displaying ### instead of number in a narrow column?


--

Dave Peterson
  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Disable #

In Stingray Grid, if column is narrower then a value displayed, it is
possible to show ellipsis, like 123... or 123###. It is possible to turn this
feature on or off. It is more convenient to see a part of value than ###
instead of value. I expected it is possible at least turn off this feature in
Excel. From all answers, it sounds like it is not implemented in Excel.
Thanks everybody for your answers.

Regards,
Boris

"bmelt" wrote:

How to disable displaying ### instead of number in a narrow column?

  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default Disable #

Quicken has this feature too, that it will display as much as the number as
possible, followed by an ellipsis. Excel does not. You would have to use
formatting, and If statement or program a macro to do the same thing.

Regards,
Fred.

"bmelt" wrote in message
...
In Stingray Grid, if column is narrower then a value displayed, it is
possible to show ellipsis, like 123... or 123###. It is possible to turn
this
feature on or off. It is more convenient to see a part of value than ###
instead of value. I expected it is possible at least turn off this feature
in
Excel. From all answers, it sounds like it is not implemented in Excel.
Thanks everybody for your answers.

Regards,
Boris

"bmelt" wrote:

How to disable displaying ### instead of number in a narrow column?


  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Disable #

The closest thing you can do in excel is to keep the number formatted as
general.

If the number is large enough and you start shrinking the column width, you'll
see the number displayed in scientific notation.

I'd rather change the font size or widen the column.

bmelt wrote:

In Stingray Grid, if column is narrower then a value displayed, it is
possible to show ellipsis, like 123... or 123###. It is possible to turn this
feature on or off. It is more convenient to see a part of value than ###
instead of value. I expected it is possible at least turn off this feature in
Excel. From all answers, it sounds like it is not implemented in Excel.
Thanks everybody for your answers.

Regards,
Boris

"bmelt" wrote:

How to disable displaying ### instead of number in a narrow column?


--

Dave Peterson
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
disable print Walter P Excel Discussion (Misc queries) 6 July 20th 06 08:12 PM
Disable Alt+F11 Bob Excel Discussion (Misc queries) 3 April 27th 06 10:05 PM
Disable CTRL+D??? CMIConnie Excel Discussion (Misc queries) 0 February 9th 06 07:52 PM
Disable a taskbar steve Excel Discussion (Misc queries) 2 June 9th 05 06:24 PM
disable F1 12505-5B Excel Discussion (Misc queries) 1 February 16th 05 08:03 PM


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

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"