Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hi,
I have a simple column chart that uses millions of units on its Y axis and puts a label above each column showing the exact value. At the moment the Y axis shos all the trailing zeros behind each million value, somethiong like: 40000000 36524102 35000000 x .. x .. x .. x 5000000 x colummns here What I would like to show is the Y axis values without the trailing zeros but the data label in full. I seem to be able to do one or the other but not both. Hope this makes sense! This is in Office 2003. TIA Dave |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
you can create a secondary axis and hide with same data series you already use. Then, display primary verticle axis values in millions and do not add labels but add data lables to 2nd axis with full number format. this is because your 2nd data series is behind the 1st
--- frmsrcurl: http://msgroups.net/microsoft.public...bels-Different |
#3
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Use a custom number format that removes the excess zeros.
To show all digits, use a number format like '0' (entered without the quotes). Add a comma after the format to drop three zeros: '0,' shows 1000 as 1 '0.0,' shows 1200 as 1.2 Add another comma for each block of three zeros you want to suppress. '0,,' shows 14,000,000 as 14 '0.00,,' shows 12,340,000 as 12.34 To use a suffix to indicate millions: '0,,"M"' shows 14,000,000 as 14M '0.00,,"M"' shows 12,340,000 as 12.34M Don't enter the single quotes, but do enter the double quotes. More on number formats: Number Formats in Excel http://peltiertech.com/Excel/NumberFormats.html - Jon ------- Jon Peltier Peltier Technical Services, Inc. 774-275-0064 http://peltiertech.com/ On 2/23/2010 6:11 AM, Risky Dave wrote: Hi, I have a simple column chart that uses millions of units on its Y axis and puts a label above each column showing the exact value. At the moment the Y axis shos all the trailing zeros behind each million value, somethiong like: 40000000 36524102 35000000 x . x . x . x 5000000 x colummns here What I would like to show is the Y axis values without the trailing zeros but the data label in full. I seem to be able to do one or the other but not both. Hope this makes sense! This is in Office 2003. TIA Dave |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
data table labels for x axis | Charts and Charting in Excel | |||
Nested Data Axis Labels | Charts and Charting in Excel | |||
Data labels along below x axis when y axis has negative values | Charts and Charting in Excel | |||
data series and axis labels | Charts and Charting in Excel | |||
Data labels: Making the value currency & use % in a chart? | Charts and Charting in Excel |