Written by Allen Wyatt (last updated July 28, 2021)
This tip applies to Excel 2007, 2010, 2013, and 2016
Alfred wonders if there is a way to increase spacing between characters in a cell. He is not talking about spacing between cells, but between characters in a single cell.
The short answer is that you can't do this. Word lets you adjust this type of spacing, but Excel does not. For that reason, you may want to import your Excel data into Word as a table and make the advanced character formatting changes there.
If that is not possible, then the only thing you can do in Excel is try to apply a few workarounds. One such workaround is to play with the font used for your characters. You might try different fonts that use different character spacing; this could take quite a bit of trial and error to find the font that is right for your needs.
Another possible approach is to use different, contrasting fonts within a cell. For instance, if you alternate the formatting of sequential characters between Arial and Arial Narrow, you may end up with the spacing you want.
The only other option is to add characters between existing cell characters. For instance, you could add a space between each character in the cell and then format those spaces to a font size that gives the desired overall appearance. You could also insert thin spaces, which is done using the Symbol dialog box.
Remember that when you insert extra spaces between characters in a cell, it changes what is actually stored in a cell. Thus, your numeric values will start being treated as text by Excel and formulas that rely upon a certain character sequence will no longer work (because you've changed the sequence of the characters in the cell).
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (12474) applies to Microsoft Excel 2007, 2010, 2013, and 2016. You can find a version of this tip for the older menu interface of Excel here: Changing Character Spacing.
Save Time and Supercharge Excel! Automate virtually any routine task and save yourself hours, days, maybe even weeks. Then, learn how to make Excel do things you thought were simply impossible! Mastering advanced Excel macros has never been easier. Check out Excel 2010 VBA and Macros today!
Convert a numeric value to text and you may be surprised by how Excel displays the value. Here's a run-down on exactly ...
Discover MoreMoving your custom formats into a formatting category other than "custom" isn't something you can do in Excel. Here's ...
Discover MoreExcel provides a variety of underlining styles you can use when you need to underline information within a cell. Here's ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
2022-01-28 07:23:27
Eric
Another option is to add a shape to the worksheet, with text in it. You can adjust character spacing in shapes. You can then format the shape to match the appearance of the rest of the spreadsheet.
You can set the 'move and size with cell' and print options to suit. This approach is limited to mostly cosmetic applications. It was fine for me because I'm saving to PDF and the viewers of the document do not interact with file beyond reading it.
2017-12-18 11:52:55
Gary M. Rose
When I need to process data in Excel from other sources and I need to view all characters with the same character widths so that they all line up, I always change the font to "Courier" which uses uniform character widths. In VBA, this can be done with the following:
With Selection.Font
.Name = "Courier"
.Size = 10
End With
2017-12-18 11:13:47
Dave Bonin
Allen,
It would be helpful to know which characters of the Symbol font are thin space(s).
Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.
FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2023 Sharon Parq Associates, Inc.
Comments