A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Help on percentages greater than 100



 
 
Thread Tools Display Modes
  #1  
Old March 16th, 2010, 12:07 AM posted to microsoft.public.excel.worksheet.functions
cil
external usenet poster
 
Posts: 6
Default Help on percentages greater than 100

Thanks in advance for your assistance.

I have a fairly larger list of numbers that needs to be divided to get a
percntage. Due to restrictions, accesses etc some of the numbers which were
accurate at the time will result in a number greater that 100%. These
values (%) will eventually end up on a graph and should not exceed 100%.

A B C
1 88 89 =b1/a1 (101%)
2 88 88 =b2/b2 (100%)

the ( ) above are the results.

What I need is a way to show the numbers that are 100% but limit the
cell's value to 100% for graphing purpose but also show the REAL value to be
peeled back. A "helper column" with the formulas is what I need -
Conditional formatting, formulas I am open ot all options.

Thanks again,

cil

  #2  
Old March 16th, 2010, 12:25 AM posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
 
Posts: 15,759
Default Help on percentages greater than 100

If you need to retain the original value then you'll have to use a helper
column.

Something like this:

=MIN(C1,1)

Format as Percentage

--
Biff
Microsoft Excel MVP


"cil" wrote in message
news
Thanks in advance for your assistance.

I have a fairly larger list of numbers that needs to be divided to get a
percntage. Due to restrictions, accesses etc some of the numbers which
were accurate at the time will result in a number greater that 100%.
These values (%) will eventually end up on a graph and should not exceed
100%.

A B C
1 88 89 =b1/a1 (101%)
2 88 88 =b2/b2 (100%)

the ( ) above are the results.

What I need is a way to show the numbers that are 100% but limit the
cell's value to 100% for graphing purpose but also show the REAL value to
be peeled back. A "helper column" with the formulas is what I need -
Conditional formatting, formulas I am open ot all options.

Thanks again,

cil



  #3  
Old March 16th, 2010, 01:03 AM posted to microsoft.public.excel.worksheet.functions
cil
external usenet poster
 
Posts: 6
Default Help on percentages greater than 100

Thanks Biff,

You folks can see right to the root of the issue - I was making this way
too hard.

thanks again
cil


"T. Valko" wrote in message
...
If you need to retain the original value then you'll have to use a helper
column.

Something like this:

=MIN(C1,1)

Format as Percentage

--
Biff
Microsoft Excel MVP


"cil" wrote in message
news
Thanks in advance for your assistance.

I have a fairly larger list of numbers that needs to be divided to get a
percntage. Due to restrictions, accesses etc some of the numbers which
were accurate at the time will result in a number greater that 100%.
These values (%) will eventually end up on a graph and should not exceed
100%.

A B C
1 88 89 =b1/a1 (101%)
2 88 88 =b2/b2 (100%)

the ( ) above are the results.

What I need is a way to show the numbers that are 100% but limit the
cell's value to 100% for graphing purpose but also show the REAL value to
be peeled back. A "helper column" with the formulas is what I need -
Conditional formatting, formulas I am open ot all options.

Thanks again,

cil





  #4  
Old March 16th, 2010, 01:28 AM posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
 
Posts: 15,759
Default Help on percentages greater than 100

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"cil" wrote in message
...
Thanks Biff,

You folks can see right to the root of the issue - I was making this way
too hard.

thanks again
cil


"T. Valko" wrote in message
...
If you need to retain the original value then you'll have to use a helper
column.

Something like this:

=MIN(C1,1)

Format as Percentage

--
Biff
Microsoft Excel MVP


"cil" wrote in message
news
Thanks in advance for your assistance.

I have a fairly larger list of numbers that needs to be divided to get a
percntage. Due to restrictions, accesses etc some of the numbers which
were accurate at the time will result in a number greater that 100%.
These values (%) will eventually end up on a graph and should not exceed
100%.

A B C
1 88 89 =b1/a1 (101%)
2 88 88 =b2/b2 (100%)

the ( ) above are the results.

What I need is a way to show the numbers that are 100% but limit the
cell's value to 100% for graphing purpose but also show the REAL value
to be peeled back. A "helper column" with the formulas is what I need -
Conditional formatting, formulas I am open ot all options.

Thanks again,

cil







 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


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


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.