PC Review


Reply
Thread Tools Rate Thread

display value as % in concantenated cell

 
 
=?Utf-8?B?U211ZGdl?=
Guest
Posts: n/a
 
      11th Sep 2007
Hi,

I'm using the REPT function to create in cell graphing which I found @
http://blogs.ittoolbox.com/bi/juicea...graphing-11035

My problem is that when I try to add a data label by concatenating the cell
value I don't get the percentage.

Is there a way of specifying that you want the percentage format dispayed as
a label in the graphing cell? or would it be best to calculate % in number
formatted cell?

This is the formula I'm using =IF($N14<0,N14&" "&REPT("|",-$N14*100),"")

Many thanks


--
Smudge
 
Reply With Quote
 
 
 
 
=?Utf-8?B?R2FyeScncyBTdHVkZW50?=
Guest
Posts: n/a
 
      11th Sep 2007
Here is a general method; if A1 contains:

the percentage is

and B1 contains
5%

then
=A1 & B1
displays
the percentage is 0.05

but
=A1 & TEXT(B1,"0%")
displays
the percentage is 5%

Using the TEXT() function allows you to capture the proper formats
--
Gary''s Student - gsnu200744


"Smudge" wrote:

> Hi,
>
> I'm using the REPT function to create in cell graphing which I found @
> http://blogs.ittoolbox.com/bi/juicea...graphing-11035
>
> My problem is that when I try to add a data label by concatenating the cell
> value I don't get the percentage.
>
> Is there a way of specifying that you want the percentage format dispayed as
> a label in the graphing cell? or would it be best to calculate % in number
> formatted cell?
>
> This is the formula I'm using =IF($N14<0,N14&" "&REPT("|",-$N14*100),"")
>
> Many thanks
>
>
> --
> Smudge

 
Reply With Quote
 
Roger Govier
Guest
Posts: n/a
 
      11th Sep 2007
Hi

Try
=IF($N14<0,TEXT(-N14/100,"0.0%")&" "&REPT("|",-$N14*100),"")


--
Regards
Roger Govier



"Smudge" <(E-Mail Removed)> wrote in message
news:0F73F5A0-F1FC-4BA3-8AAD-(E-Mail Removed)...
> Hi,
>
> I'm using the REPT function to create in cell graphing which I found @
> http://blogs.ittoolbox.com/bi/juicea...graphing-11035
>
> My problem is that when I try to add a data label by concatenating the
> cell
> value I don't get the percentage.
>
> Is there a way of specifying that you want the percentage format dispayed
> as
> a label in the graphing cell? or would it be best to calculate % in number
> formatted cell?
>
> This is the formula I'm using =IF($N14<0,N14&" "&REPT("|",-$N14*100),"")
>
> Many thanks
>
>
> --
> Smudge



 
Reply With Quote
 
=?Utf-8?B?U211ZGdl?=
Guest
Posts: n/a
 
      11th Sep 2007
Thank you Gary :-)
--
Smudge


"Gary''s Student" wrote:

> Here is a general method; if A1 contains:
>
> the percentage is
>
> and B1 contains
> 5%
>
> then
> =A1 & B1
> displays
> the percentage is 0.05
>
> but
> =A1 & TEXT(B1,"0%")
> displays
> the percentage is 5%
>
> Using the TEXT() function allows you to capture the proper formats
> --
> Gary''s Student - gsnu200744
>
>
> "Smudge" wrote:
>
> > Hi,
> >
> > I'm using the REPT function to create in cell graphing which I found @
> > http://blogs.ittoolbox.com/bi/juicea...graphing-11035
> >
> > My problem is that when I try to add a data label by concatenating the cell
> > value I don't get the percentage.
> >
> > Is there a way of specifying that you want the percentage format dispayed as
> > a label in the graphing cell? or would it be best to calculate % in number
> > formatted cell?
> >
> > This is the formula I'm using =IF($N14<0,N14&" "&REPT("|",-$N14*100),"")
> >
> > Many thanks
> >
> >
> > --
> > Smudge

 
Reply With Quote
 
=?Utf-8?B?U211ZGdl?=
Guest
Posts: n/a
 
      11th Sep 2007
Thank you Roger :-)
--
Smudge


"Roger Govier" wrote:

> Hi
>
> Try
> =IF($N14<0,TEXT(-N14/100,"0.0%")&" "&REPT("|",-$N14*100),"")
>
>
> --
> Regards
> Roger Govier
>
>
>
> "Smudge" <(E-Mail Removed)> wrote in message
> news:0F73F5A0-F1FC-4BA3-8AAD-(E-Mail Removed)...
> > Hi,
> >
> > I'm using the REPT function to create in cell graphing which I found @
> > http://blogs.ittoolbox.com/bi/juicea...graphing-11035
> >
> > My problem is that when I try to add a data label by concatenating the
> > cell
> > value I don't get the percentage.
> >
> > Is there a way of specifying that you want the percentage format dispayed
> > as
> > a label in the graphing cell? or would it be best to calculate % in number
> > formatted cell?
> >
> > This is the formula I'm using =IF($N14<0,N14&" "&REPT("|",-$N14*100),"")
> >
> > Many thanks
> >
> >
> > --
> > Smudge

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Concantenated SUM() problem Grymjack Microsoft Excel Discussion 13 25th Jun 2006 11:28 PM
Concantenated SUM() problem Grymjack Microsoft Excel Programming 0 20th Jun 2006 12:56 AM
concantenated expression =?Utf-8?B?WmlwcHk=?= Microsoft Access Reports 2 9th Oct 2005 06:17 PM
Shortcut key to display change the display from displaying cell values to cell formulae =?Utf-8?B?QUEyZTcyRQ==?= Microsoft Excel Programming 3 14th Sep 2004 12:07 PM
Concantenated Field Name? rb608 Microsoft Access 3 22nd Jul 2003 03:24 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:15 AM.