ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   "###" is displayed value for cells in Excel 2003 (https://www.excelbanter.com/excel-discussion-misc-queries/174110-displayed-value-cells-excel-2003-a.html)

JeanR

"###" 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?


CLR

"###" 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?


Dave Peterson

"###" 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

JeanR

"###" 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?


JeanR

"###" 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


Dave Peterson

"###" 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


All times are GMT +1. The time now is 04:45 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com