#1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 26
Default Axes in Charts

I need to format my charts to reflect 4 significant figures (not decimal
places) on both the x and the y axes. For example, I need to show 0.000,
5.000, but then continue on to 10.00, 15.00. A total of 4 digits (not
decimals must show). I am stumped.
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 560
Default Axes in Charts

On Sat, 3 Mar 2007, in microsoft.public.excel.charting,
margie said:

I need to format my charts to reflect 4 significant figures (not decimal
places) on both the x and the y axes. For example, I need to show 0.000,
5.000, but then continue on to 10.00, 15.00. A total of 4 digits (not
decimals must show). I am stumped.


Use this formula:

A1: [the number]
A2: [significant figures]
A3: =10^(A3-INT(LOG(A2)+0.5)-1)
A4: =INT(A2*A4+0.5)/A4

--
Del Cotter
NB Personal replies to this post will send email to ,
which goes to a spam folder-- please send your email to del3 instead.
  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 560
Default Axes in Charts

On Sat, 3 Mar 2007, in microsoft.public.excel.charting,
Del Cotter said:

margie said:
I need to format my charts to reflect 4 significant figures (not decimal
places) on both the x and the y axes. For example, I need to show 0.000,
5.000, but then continue on to 10.00, 15.00. A total of 4 digits (not
decimals must show). I am stumped.


Use this formula:

A1: [the number]
A2: [significant figures]
A3: =10^(A3-INT(LOG(A2)+0.5)-1)
A4: =INT(A2*A4+0.5)/A4


Sorry, too quick on the draw; I see you want formatting. Have you tried
Jon Peltier's site?

http://peltiertech.com/Excel/NumberFormats.html

--
Del Cotter
NB Personal replies to this post will send email to ,
which goes to a spam folder-- please send your email to del3 instead.
  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 26
Default Axes in Charts

Thanks! I'll try tha now!


"Del Cotter" wrote:

On Sat, 3 Mar 2007, in microsoft.public.excel.charting,
Del Cotter said:

margie said:
I need to format my charts to reflect 4 significant figures (not decimal
places) on both the x and the y axes. For example, I need to show 0.000,
5.000, but then continue on to 10.00, 15.00. A total of 4 digits (not
decimals must show). I am stumped.


Use this formula:

A1: [the number]
A2: [significant figures]
A3: =10^(A3-INT(LOG(A2)+0.5)-1)
A4: =INT(A2*A4+0.5)/A4


Sorry, too quick on the draw; I see you want formatting. Have you tried
Jon Peltier's site?

http://peltiertech.com/Excel/NumberFormats.html

--
Del Cotter
NB Personal replies to this post will send email to ,
which goes to a spam folder-- please send your email to del3 instead.

  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 26
Default Axes in Charts

Amazing site - it helped me perfectly after I struggled and was frustrated
for days!!! Thank you!


"Del Cotter" wrote:

On Sat, 3 Mar 2007, in microsoft.public.excel.charting,
Del Cotter said:

margie said:
I need to format my charts to reflect 4 significant figures (not decimal
places) on both the x and the y axes. For example, I need to show 0.000,
5.000, but then continue on to 10.00, 15.00. A total of 4 digits (not
decimals must show). I am stumped.


Use this formula:

A1: [the number]
A2: [significant figures]
A3: =10^(A3-INT(LOG(A2)+0.5)-1)
A4: =INT(A2*A4+0.5)/A4


Sorry, too quick on the draw; I see you want formatting. Have you tried
Jon Peltier's site?

http://peltiertech.com/Excel/NumberFormats.html

--
Del Cotter
NB Personal replies to this post will send email to ,
which goes to a spam folder-- please send your email to del3 instead.



  #6   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 560
Default Axes in Charts

On Sun, 4 Mar 2007, in microsoft.public.excel.charting,
margie said:

Del Cotter said:
Have you tried Jon Peltier's site?

http://peltiertech.com/Excel/NumberFormats.html


Amazing site - it helped me perfectly after I struggled and was frustrated
for days!!! Thank you!


Yes, and I also see there's a much more elegant alternative to my
rounding formula:

A1: [the number]
A2: [significant figures]
A3: =ROUND(A1,(A2-1)-INT(LOG(A1)))

Del Cotter said:
Use this formula:

A1: [the number]
A2: [significant figures]
A3: =10^(A3-INT(LOG(A2)+0.5)-1)
A4: =INT(A2*A4+0.5)/A4


--
Del Cotter
NB Personal replies to this post will send email to ,
which goes to a spam folder-- please send your email to del3 instead.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
dual axes charts, 2 questions.... chasida Charts and Charting in Excel 7 January 10th 07 01:08 PM
charts plotted with data on two axes anaoro Excel Discussion (Misc queries) 1 September 4th 06 06:33 PM
Radar charts with independent axes Tom D Charts and Charting in Excel 1 August 21st 06 09:15 AM
Setting axes for 3-dimensional charts owc Charts and Charting in Excel 0 March 17th 06 07:20 PM
problem with column charts and two Y axes in Excel 2003 napofrog Charts and Charting in Excel 1 October 21st 05 03:04 AM


All times are GMT +1. The time now is 06:18 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"