#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default percentages

hi, first time user
I am working in a project and i need to find out the formula for the
following example:
first month 28% positive results second month 26% positive results 3rd month
29%
so comparing month to months there was a -2% between 1st and 2nd month and
an +3% increase from 2nd month to 3rd month.
how can I display the results in a cell so it will show -% or +% depending
on the percentage per month?
--
azteca
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 735
Default percentages

Is it a case of subtracting the later value from the former 26% - 28% = -2%

So if the first value is in A1 and the second in B1 then in C1 enter =B1-A1

However this may not be what you want? The difference is actually 2
percentage points, not necessarily 2%. To compute the true percentage
variance you must know the underlying data from which the individual
variances are derived; unless the denominator for the original percentages
are the same, in that case the points movement is equal to the true
percentage.

--

Regards,
Nigel




"azteca" wrote in message
...
hi, first time user
I am working in a project and i need to find out the formula for the
following example:
first month 28% positive results second month 26% positive results 3rd
month
29%
so comparing month to months there was a -2% between 1st and 2nd month and
an +3% increase from 2nd month to 3rd month.
how can I display the results in a cell so it will show -% or +% depending
on the percentage per month?
--
azteca


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default percentages

thanks for replying
let me see if I can describe it better, we take a number of calls, say 253,
then we rate them in groups of great, good, fair, and poor then we divide
each group by the total number (253) thus we get the percentage for each
group. the percentage may vary for the same group in month one and month two,
let's say "great" calls were up 60% in the 1st month and 57% 2nd month or
viseversa 57% 1st mo 60% 2nd mo
I need to display in a cell the diffenrece wheater +3% or -3% just by
changing the number of calls for that group.
The cells with the total % of calls have the formula already.
--
thanks
azteca


"Nigel" wrote:

Is it a case of subtracting the later value from the former 26% - 28% = -2%

So if the first value is in A1 and the second in B1 then in C1 enter =B1-A1

However this may not be what you want? The difference is actually 2
percentage points, not necessarily 2%. To compute the true percentage
variance you must know the underlying data from which the individual
variances are derived; unless the denominator for the original percentages
are the same, in that case the points movement is equal to the true
percentage.

--

Regards,
Nigel




"azteca" wrote in message
...
hi, first time user
I am working in a project and i need to find out the formula for the
following example:
first month 28% positive results second month 26% positive results 3rd
month
29%
so comparing month to months there was a -2% between 1st and 2nd month and
an +3% increase from 2nd month to 3rd month.
how can I display the results in a cell so it will show -% or +% depending
on the percentage per month?
--
azteca


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 133
Default percentages

On Dec 1, 1:33 pm, azteca wrote:
thanks for replying
let me see if I can describe it better, we take a number of calls, say 253,
then we rate them in groups of great, good, fair, and poor then we divide
each group by the total number (253) thus we get the percentage for each
group. the percentage may vary for the same group in month one and month two,
let's say "great" calls were up 60% in the 1st month and 57% 2nd month or
viseversa 57% 1st mo 60% 2nd mo
I need to display in a cell the diffenrece wheater +3% or -3% just by
changing the number of calls for that group.
The cells with the total % of calls have the formula already.
--
thanks
azteca

"Nigel" wrote:
Is it a case of subtracting the later value from the former 26% - 28% = -2%


So if the first value is in A1 and the second in B1 then in C1 enter =B1-A1


However this may not be what you want? The difference is actually 2
percentage points, not necessarily 2%. To compute the true percentage
variance you must know the underlying data from which the individual
variances are derived; unless the denominator for the original percentages
are the same, in that case the points movement is equal to the true
percentage.


--


Regards,
Nigel


"azteca" wrote in message
...
hi, first time user
I am working in a project and i need to find out the formula for the
following example:
first month 28% positive results second month 26% positive results 3rd
month
29%
so comparing month to months there was a -2% between 1st and 2nd month and
an +3% increase from 2nd month to 3rd month.
how can I display the results in a cell so it will show -% or +% depending
on the percentage per month?
--
azteca


What Nigel is saying above is that stating percent change for both the
total number of calls and each call category may mislead the reader.
For example, 3% of 252 rounds to 8. Meanwhile, 60% of 253 is 152.
And 3% of that rounds to 5. So if you say there was a 3% change in
the category do you mean 8 calls or 5 calls in absolute terms. You
have to be very clear on what the basis of the percentage is.

Versteh?

SteveM
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
Percentages GENO New Users to Excel 1 November 23rd 09 05:05 PM
Percentages Rex Excel Worksheet Functions 3 October 7th 06 05:06 PM
percentages chedd via OfficeKB.com Excel Worksheet Functions 5 June 12th 06 12:25 PM
percentages Mark Scott Charts and Charting in Excel 1 February 8th 06 09:13 AM
Percentages trev2283 Excel Worksheet Functions 1 November 5th 05 06:30 PM


All times are GMT +1. The time now is 08:22 AM.

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"