hiding % characted in the Y axis using custom format

T

Tony

Few weeks ago I have seen a presentation where by using custom format it was
possible to format the Y axis so that it was displaying the % only next to
100 and all the rest of the axis was displaying numbers without %. It was like
100%
80
60
40
20
0
I do not remember the syntax of this custom format. Can someone refresh my
memory ? How it was done ?

Regards

Tony
 
T

Tony

Thank you Andy, it is exactly what I was after.

Regards,

Tony

Andy Pope said:
If the values where plain numbers then try
[>=100]General\%;General

Cheers
Andy
Few weeks ago I have seen a presentation where by using custom format it was
possible to format the Y axis so that it was displaying the % only next to
100 and all the rest of the axis was displaying numbers without %. It was like
100%
80
60
40
20
0
I do not remember the syntax of this custom format. Can someone refresh my
memory ? How it was done ?

Regards

Tony
 
T

Tony

Hi Andy,

I was a bit too quick with replying. It is still not exactly what I want. It
is showing now:
100%
0.8
0.6
0.4
0.2

while I would like to have:
100%
80
60
40
20

Could you please help me more.

Regards,

Tony

Andy Pope said:
If the values where plain numbers then try
[>=100]General\%;General

Cheers
Andy
Few weeks ago I have seen a presentation where by using custom format it was
possible to format the Y axis so that it was displaying the % only next to
100 and all the rest of the axis was displaying numbers without %. It was like
100%
80
60
40
20
0
I do not remember the syntax of this custom format. Can someone refresh my
memory ? How it was done ?

Regards

Tony
 
A

Andy Pope

I did say plain numbers, by which I meant not those being converted to
percentages. The % in the number format not only adds the % sign it also
multiplys the value by 100.

I don't think you can lose the % sign with your data. You would need to
use a helper column to factor up the values first.

Maybe you could contact whoever gave the presentation and ask how they
did it?

Cheers
Andy
Hi Andy,

I was a bit too quick with replying. It is still not exactly what I want. It
is showing now:
100%
0.8
0.6
0.4
0.2

while I would like to have:
100%
80
60
40
20

Could you please help me more.

Regards,

Tony

:

If the values where plain numbers then try
[>=100]General\%;General

Cheers
Andy
Few weeks ago I have seen a presentation where by using custom format it was
possible to format the Y axis so that it was displaying the % only next to
100 and all the rest of the axis was displaying numbers without %. It was like
100%
80
60
40
20
0
I do not remember the syntax of this custom format. Can someone refresh my
memory ? How it was done ?

Regards

Tony
 
T

Tony

Hi Andy,

I have what I wanted. I have created another column with percentage values
multiplied by 100 and used the following custom format:

[=100]General\%;General

It is displaying now what I wanted.

Regards,

Tony

Andy Pope said:
If the values where plain numbers then try
[>=100]General\%;General

Cheers
Andy
Few weeks ago I have seen a presentation where by using custom format it was
possible to format the Y axis so that it was displaying the % only next to
100 and all the rest of the axis was displaying numbers without %. It was like
100%
80
60
40
20
0
I do not remember the syntax of this custom format. Can someone refresh my
memory ? How it was done ?

Regards

Tony
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top