![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: May 2002
Location: Essex
Posts: 7
|
I have a column of numbers displayed to, say, 2 decimal places. I would like to "centre" the numbers in the column but at the same time maintain the alignment of the decimal points. This is useful if the column heading is significantly wider than the largest number displayed. One way might be to add a column to the right of the target column, centre the heading across the two columns and then adjust the two column widths to taste. Would it be possible to set up a macro to adjust the format. I'd be interested in your comments.
|
|
|
|
|
|
#2 |
|
Join Date: Mar 2002
Posts: 33
|
Why not just reduce the width of your heading so that it is split over more than one line.
Pressing Alt+Enter creates a new line. |
|
|
|
|
|
#3 |
|
New Member
Join Date: May 2002
Location: Essex
Posts: 7
|
Thanks for your reply.
Following your solution I would have to split some of the longer words in the heading which I don't want to do. To me there are three obvious solutions. One is to do as I suggested in my original posting and another is to create a custom format for the column which contains enough spacing characters to "centre" all the numbers in the column or do as you suggest. I suppose what I am asking is, is there some facility in Excel that I'm not aware of that allows one to specify where in a column the decimal point should be placed (ie similar to the decimal tab in Word)or do I have to write a macro to do it? |
|
|
|
|
|
#4 |
|
Board Regular
Join Date: Apr 2002
Location: Minnesota
Posts: 821
|
Another option would be to change the alignment format to "wrap text" for the cell with the column heading to allow and then adjust the height of that row. You may also want to change the vertical alignment to "bottom".
|
|
|
|
|
|
#5 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Millbank, London, UK
Posts: 1,790
|
http://www.mrexcel.com/board/viewtop...c=7376&forum=2
Kristel had this problem the other day too, whilst the above link doesn't add much, you may want to give her a shout to see if she solved it
__________________
:: Pharma Z - Family drugstore :: |
|
|
|
|
|
#6 | |
|
MrExcel MVP
Join Date: Mar 2002
Location: Michigan USA
Posts: 11,452
|
Quote:
If I understand you correctly, what you are really looking for is empty spaces padded to the right of the numbers. So this is what you might want to try Custom format the numbers as 0.00~~~ where ~ represents the space character (use the space bar to get the space character -- don't put the ~ there). If this works for you adjust the number of space characters you want to the right to your satisfaction. Please post back if it works for you ... otherwise explain a little further and let us take it from there. Regards!
__________________
Regards! Yogi Anand, D.Eng, P.E. Energy Efficient Building Network LLC www.energyefficientbuild.com |
|
|
|
|
|
|
#7 |
|
New Member
Join Date: May 2002
Location: Essex
Posts: 7
|
Guys
Thanks for all you help. Yogi, it worked, many thanks. Chris |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|