Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
slr
 
Posts: n/a
Default Finding the percentage difference of two or more numbers


I need to find the difference of 2 or more numbers and then show the
percentage "+ or -" in a separate cell.

For example, if wanted to see the growth or decrease of a club
attendance for 3 yrs.

Year 1 = 345
Year 2 = 514
Year 3 = 231


--
slr
------------------------------------------------------------------------
slr's Profile: http://www.excelforum.com/member.php...o&userid=25609
View this thread: http://www.excelforum.com/showthread...hreadid=504939

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Coderre
 
Posts: n/a
Default Finding the percentage difference of two or more numbers


If your data is in Cells A1:A3, then
B2: =(A2-A1)/A1
Format that cell as Percent

Then, copy B2 down as far as needed.

Does that help?

Regards,
Ron


--
Ron Coderre
------------------------------------------------------------------------
Ron Coderre's Profile: http://www.excelforum.com/member.php...o&userid=21419
View this thread: http://www.excelforum.com/showthread...hreadid=504939

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
gailann
 
Posts: n/a
Default Finding the percentage difference of two or more numbers


If you want to show just that attendance has either increased or
decreased by a + or -, use this:

(If your data is in Cells A1:A3, then
B2: =IF(A2A1,"+",IF(A2<A1,"-","No Change"))


--
gailann
------------------------------------------------------------------------
gailann's Profile: http://www.excelforum.com/member.php...o&userid=30798
View this thread: http://www.excelforum.com/showthread...hreadid=504939

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
slr
 
Posts: n/a
Default Finding the percentage difference of two or more numbers


Column A Column B Column C
A1 = 345 B1=514 C1 = 231

I want to know the percentage of difference between all 3 and place the
result the percentage (growth or decline %) in Column D1


--
slr
------------------------------------------------------------------------
slr's Profile: http://www.excelforum.com/member.php...o&userid=25609
View this thread: http://www.excelforum.com/showthread...hreadid=504939

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Miller
 
Posts: n/a
Default Finding the percentage difference of two or more numbers


If you data is in A1, A2, A3 respectively then, in B2 put =(A2-A1)/A1
and copy this to all the cells below adjacent to data in an A column
cell. Format column B to %.
slr Wrote:
I need to find the difference of 2 or more numbers and then show the
percentage "+ or -" in a separate cell.

For example, if wanted to see the growth or decrease of a club
attendance for 3 yrs.

Year 1 = 345
Year 2 = 514
Year 3 = 231


--
slr
------------------------------------------------------------------------
slr's Profile:
http://www.excelforum.com/member.php...o&userid=25609
View this thread:
http://www.excelforum.com/showthread...hreadid=504939



--
Bob Miller


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Miller
 
Posts: n/a
Default Finding the percentage difference of two or more numbers


For what you want, column B is not significant. Therefore, place this
in D1:
(C1-A1)/A1 and format it as a percentage.
slr Wrote:
Column A Column B Column C
A1 = 345 B1=514 C1 = 231

I want to know the percentage of difference between all 3 and place
the
result the percentage (growth or decline %) in Column D1


--
slr
------------------------------------------------------------------------
slr's Profile:
http://www.excelforum.com/member.php...o&userid=25609
View this thread:
http://www.excelforum.com/showthread...hreadid=504939



--
Bob Miller
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
Seed numbers for random number generation, uniform distribution darebo Excel Discussion (Misc queries) 3 April 21st 23 09:02 PM
formulas to numbers Steve New Users to Excel 2 September 16th 05 12:07 AM
how do i get annual percentage difference reports in excel mitch Excel Discussion (Misc queries) 1 July 5th 05 06:50 PM
Converting Numbers to Text properly Shirley Munro Excel Discussion (Misc queries) 1 February 16th 05 03:01 PM
DECREASE ALL NUMBERS IN A COLUMN BY A PERCENTAGE LoriK Excel Worksheet Functions 1 December 30th 04 05:45 PM


All times are GMT +1. The time now is 07:19 AM.

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

About Us

"It's about Microsoft Excel"