#1   Report Post  
Posted to microsoft.public.excel.misc
sunderland27
 
Posts: n/a
Default Percentage Formula

What would be the formula if i wanted to find the percentage difference
between to figures. for instance

Jan Feb Diff
715 750 (what would be the formula to find the
difference?)
  #2   Report Post  
Posted to microsoft.public.excel.misc
bpeltzer
 
Posts: n/a
Default Percentage Formula

=(750-715)/715
If your table begings in A1, then in C2, =(b2-a2)/a2. Format the result as
a percent.

"sunderland27" wrote:

What would be the formula if i wanted to find the percentage difference
between to figures. for instance

Jan Feb Diff
715 750 (what would be the formula to find the
difference?)

  #3   Report Post  
Posted to microsoft.public.excel.misc
Daniel CHEN
 
Posts: n/a
Default Percentage Formula

Suppose you have A1 = 715, B1 = 750, in C1 (difference) type the following
formula:

=TEXT(B1/A1-1,"0.00%").

You result will be 4.90%.


--
Best regards,
---
Yongjun CHEN
=================================
XLDataSoft - Data Analysis Expert, Excel/VBA Specialist
- - - - www.XLDataSoft.com - - - -
Free Excel-Based Data Processing Tool is Available for Download
Free Excel / VBA Training Materials is Available for Downloand
=================================


"sunderland27" wrote in message
...
What would be the formula if i wanted to find the percentage difference
between to figures. for instance

Jan Feb Diff
715 750 (what would be the formula to find
the
difference?)



  #4   Report Post  
Posted to microsoft.public.excel.misc
sunderland27
 
Posts: n/a
Default Percentage Formula

thanks for the info

how would i create a formula that would evaluate the percentage change from
month to month. for instance

Jan/Feb . . . . Feb/Mar . . . . . Mar/April and so on
Percentage total
(how
would i get this total to change accordingly?)

"bpeltzer" wrote:

=(750-715)/715
If your table begings in A1, then in C2, =(b2-a2)/a2. Format the result as
a percent.

"sunderland27" wrote:

What would be the formula if i wanted to find the percentage difference
between to figures. for instance

Jan Feb Diff
715 750 (what would be the formula to find the
difference?)

  #5   Report Post  
Posted to microsoft.public.excel.misc
Rayo K
 
Posts: n/a
Default Percentage Formula

I would just copy the same formula down all your rows. How is your data laid
out?

"sunderland27" wrote:

thanks for the info

how would i create a formula that would evaluate the percentage change from
month to month. for instance

Jan/Feb . . . . Feb/Mar . . . . . Mar/April and so on
Percentage total
(how
would i get this total to change accordingly?)

"bpeltzer" wrote:

=(750-715)/715
If your table begings in A1, then in C2, =(b2-a2)/a2. Format the result as
a percent.

"sunderland27" wrote:

What would be the formula if i wanted to find the percentage difference
between to figures. for instance

Jan Feb Diff
715 750 (what would be the formula to find the
difference?)



  #6   Report Post  
Posted to microsoft.public.excel.misc
Fred Smith
 
Posts: n/a
Default Percentage Formula

There's no reason I can see to use a TEXT function, because this leaves the
result unusable in future formulas.

Just use =b1/a1-1, and format as Percent

--
Regards,
Fred


"Daniel CHEN" wrote in message
...
Suppose you have A1 = 715, B1 = 750, in C1 (difference) type the following
formula:

=TEXT(B1/A1-1,"0.00%").

You result will be 4.90%.


--
Best regards,
---
Yongjun CHEN
=================================
XLDataSoft - Data Analysis Expert, Excel/VBA Specialist
- - - - www.XLDataSoft.com - - - -
Free Excel-Based Data Processing Tool is Available for Download
Free Excel / VBA Training Materials is Available for Downloand
=================================


"sunderland27" wrote in message
...
What would be the formula if i wanted to find the percentage difference
between to figures. for instance

Jan Feb Diff
715 750 (what would be the formula to find the
difference?)





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
How do I create a formula by percentage within a formula? Miss Texas Excel Worksheet Functions 1 March 27th 06 04:51 AM
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
formula percentage problem thinkpic New Users to Excel 4 November 2nd 05 08:04 PM
How do I formula a percentage with text values in the data field nancy wilson Excel Worksheet Functions 0 September 18th 05 09:21 PM
Percentage Formula George Excel Worksheet Functions 2 April 9th 05 06:51 PM


All times are GMT +1. The time now is 05:47 PM.

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"