Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default "###" is displayed value for cells in Excel 2003

In several spreadsheets the contents of cells in one column displayed as a
series of pound signs. I set the cells to wrap, data type to text. In some
cases I was able to restore normal display by removing part of the text if
that part includes numbers. Most of the cells had lots of text, some with
more than 256 characters, some with less. Another column had cells with
similar quantities of text, but displayed everything correctly. On a hunch, I
selected the cell with no problems using the format paintbrush and then
clicked on the problem column. Bam! The pound signs went away, and actual
values were displayed. As far as I could tell, the cells were formatted the
same. Does anyone have a clue what was formatted incorrectly in the problem
column?

  #2   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default "###" is displayed value for cells in Excel 2003

Column width?

Vaya con Dios,
Chuck, CABGx3



"JeanR" wrote:

In several spreadsheets the contents of cells in one column displayed as a
series of pound signs. I set the cells to wrap, data type to text. In some
cases I was able to restore normal display by removing part of the text if
that part includes numbers. Most of the cells had lots of text, some with
more than 256 characters, some with less. Another column had cells with
similar quantities of text, but displayed everything correctly. On a hunch, I
selected the cell with no problems using the format paintbrush and then
clicked on the problem column. Bam! The pound signs went away, and actual
values were displayed. As far as I could tell, the cells were formatted the
same. Does anyone have a clue what was formatted incorrectly in the problem
column?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default "###" is displayed value for cells in Excel 2003

I'm guessing #3 for you...

It could mean a few things.

1. The columnwidth is too narrow to show the number.

Widen the column or change the font size of that cell. Or change the
numberformat to General.

2. You have a date/time in that cell and it's negative

Don't use negative dates. If excel was helping you, it may have
changed the format to a date. Change it back to General (or some
other number format).

If you need to see negative date/times:
Tools|options|Calculation Tab|and check 1904 date system
(but this can cause trouble--watch what happens to your dates
and watch what happens when you copy|paste dates to a different
workbook that doesn't use this setting)

3. You have a lot of text in the cell, the cell is formatted as Text.

Format the cell as general.

4. You really have ###'s in that cell.

Clean up that cell.

5. You have # in a cell, but it's format is set to Fill.

Change the format
(format|cells|alignment tab|horizontal box, change it to General.

JeanR wrote:

In several spreadsheets the contents of cells in one column displayed as a
series of pound signs. I set the cells to wrap, data type to text. In some
cases I was able to restore normal display by removing part of the text if
that part includes numbers. Most of the cells had lots of text, some with
more than 256 characters, some with less. Another column had cells with
similar quantities of text, but displayed everything correctly. On a hunch, I
selected the cell with no problems using the format paintbrush and then
clicked on the problem column. Bam! The pound signs went away, and actual
values were displayed. As far as I could tell, the cells were formatted the
same. Does anyone have a clue what was formatted incorrectly in the problem
column?


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default "###" is displayed value for cells in Excel 2003

Column width == 101.57

"CLR" wrote:

Column width?

Vaya con Dios,
Chuck, CABGx3



"JeanR" wrote:

In several spreadsheets the contents of cells in one column displayed as a
series of pound signs. I set the cells to wrap, data type to text. In some
cases I was able to restore normal display by removing part of the text if
that part includes numbers. Most of the cells had lots of text, some with
more than 256 characters, some with less. Another column had cells with
similar quantities of text, but displayed everything correctly. On a hunch, I
selected the cell with no problems using the format paintbrush and then
clicked on the problem column. Bam! The pound signs went away, and actual
values were displayed. As far as I could tell, the cells were formatted the
same. Does anyone have a clue what was formatted incorrectly in the problem
column?

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default "###" is displayed value for cells in Excel 2003

Dave,

Thanks, yes, #3 was the trick. I didn't have any "#" characters in the
cells. I thought that I had previously tried general and other formats. The
column was formatted as text. As soon as I changed it to general, all the
text is now displayed. I can now avoid making this mistake in the future. It
seems very strange that text format would display in such a weird manner.

"Dave Peterson" wrote:

I'm guessing #3 for you...

It could mean a few things.

1. The columnwidth is too narrow to show the number.

Widen the column or change the font size of that cell. Or change the
numberformat to General.

2. You have a date/time in that cell and it's negative

Don't use negative dates. If excel was helping you, it may have
changed the format to a date. Change it back to General (or some
other number format).

If you need to see negative date/times:
Tools|options|Calculation Tab|and check 1904 date system
(but this can cause trouble--watch what happens to your dates
and watch what happens when you copy|paste dates to a different
workbook that doesn't use this setting)

3. You have a lot of text in the cell, the cell is formatted as Text.

Format the cell as general.

4. You really have ###'s in that cell.

Clean up that cell.

5. You have # in a cell, but it's format is set to Fill.

Change the format
(format|cells|alignment tab|horizontal box, change it to General.

JeanR wrote:

In several spreadsheets the contents of cells in one column displayed as a
series of pound signs. I set the cells to wrap, data type to text. In some
cases I was able to restore normal display by removing part of the text if
that part includes numbers. Most of the cells had lots of text, some with
more than 256 characters, some with less. Another column had cells with
similar quantities of text, but displayed everything correctly. On a hunch, I
selected the cell with no problems using the format paintbrush and then
clicked on the problem column. Bam! The pound signs went away, and actual
values were displayed. As far as I could tell, the cells were formatted the
same. Does anyone have a clue what was formatted incorrectly in the problem
column?


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default "###" is displayed value for cells in Excel 2003

And only for strings whose length is between 255 and 1024 (or about that).

Smaller strings are ok. Longer strings are ok.

JeanR wrote:

Dave,

Thanks, yes, #3 was the trick. I didn't have any "#" characters in the
cells. I thought that I had previously tried general and other formats. The
column was formatted as text. As soon as I changed it to general, all the
text is now displayed. I can now avoid making this mistake in the future. It
seems very strange that text format would display in such a weird manner.

"Dave Peterson" wrote:

I'm guessing #3 for you...

It could mean a few things.

1. The columnwidth is too narrow to show the number.

Widen the column or change the font size of that cell. Or change the
numberformat to General.

2. You have a date/time in that cell and it's negative

Don't use negative dates. If excel was helping you, it may have
changed the format to a date. Change it back to General (or some
other number format).

If you need to see negative date/times:
Tools|options|Calculation Tab|and check 1904 date system
(but this can cause trouble--watch what happens to your dates
and watch what happens when you copy|paste dates to a different
workbook that doesn't use this setting)

3. You have a lot of text in the cell, the cell is formatted as Text.

Format the cell as general.

4. You really have ###'s in that cell.

Clean up that cell.

5. You have # in a cell, but it's format is set to Fill.

Change the format
(format|cells|alignment tab|horizontal box, change it to General.

JeanR wrote:

In several spreadsheets the contents of cells in one column displayed as a
series of pound signs. I set the cells to wrap, data type to text. In some
cases I was able to restore normal display by removing part of the text if
that part includes numbers. Most of the cells had lots of text, some with
more than 256 characters, some with less. Another column had cells with
similar quantities of text, but displayed everything correctly. On a hunch, I
selected the cell with no problems using the format paintbrush and then
clicked on the problem column. Bam! The pound signs went away, and actual
values were displayed. As far as I could tell, the cells were formatted the
same. Does anyone have a clue what was formatted incorrectly in the problem
column?


--

Dave Peterson


--

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
change "true" and "false" to "availble" and "out of stock" inthestands Excel Worksheet Functions 2 July 19th 07 07:05 PM
In Excel 2003 is there a way to prevent "Save As" and "Print"? lucky2000 Excel Discussion (Misc queries) 3 April 26th 07 02:49 PM
How do I get "Precision as Displayed" for Excel workbooks? [email protected] Excel Discussion (Misc queries) 1 January 29th 07 07:05 PM
Adding more than 3 cells (2003)produces "0" but no error message garden girl Excel Worksheet Functions 4 August 30th 06 02:11 PM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM


All times are GMT +1. The time now is 06:51 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"