Follow via:
RSS
Email Alert
Question
0 Votes
+ -

Is it possible to display # signs in place of a number in Excel?

Here is an example.
The number in the cell is: 1,234,567
Can this be displayed as: #######
The number of # signs would need to be the same length as the number in the cell. If the number is 1234, then it should display as ####.
This is for printing purposes so the printout shows there is a value of a certain length but the actual number does not print but is retained in the spreadsheet.
20th Mar 2012

Answers (1)

0 Votes
+ -
Display # signs in place of numbers
You could add a column with a formula to display a repeating character based on the length of the numbers. Then hide the numbers column for printing.
=REPT("#", LEN(B7)) where B7 is the cell with the number.
4th Jun 2012
Answer the question
Formatting +
BB Codes - Note: HTML is not supported in forums
  • [b] Bold [/b]
  • [i] Italic [/i]
  • [u] Underline [/u]
  • [s] Strikethrough [/s]
  • [q] "Quote" [/q]
  • [ol][*] 1. Ordered List [/ol]
  • [ul][*] · Unordered List [/ul]
  • [pre] Preformat [/pre]
  • [quote] "Blockquote" [/quote]

Join the TechRepublic Community and join the conversation! Signing-up is free and quick, Do it now, we want to hear your opinion.