![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 2
|
I'm at working and trying to find the formula for percentage increase, 1992-03, 16; 2001-02, 20. I've tried a couple of things but the % number has too many digits. Can you help me with the formula.
KC [ This Message was edited by: KC on 2002-04-26 06:58 ] |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Allentown, PA
Posts: 2,510
|
KC, I don't understand the question, so others may not either. Can you reiterate?
Give us an exact example using cell references, etc.
__________________
~Anne Troy |
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Mar 2002
Location: Chicago, IL USA
Posts: 2,042
|
Hi,
=(Ending Value - Beginning Value) / Beginning Value then subtract 1 =((B1-A1)/A1)-1 should work. Bye, Jay |
|
|
|
|
|
#4 |
|
New Member
Join Date: Apr 2002
Posts: 2
|
Thanks Jay, that did it.
|
|
|
|
|
|
#5 | |
|
MrExcel MVP
Join Date: Mar 2002
Location: Michigan USA
Posts: 11,452
|
Quote:
If I understood correctly, the OP is trying to find the % increse from figures of 16 and 20, so if A1=16, B1=20 -- then % increase would be: =(B1-A1)/A1 formatted as % will give 25% If this is the case then your formula =((B1-A1)/A1)-1 should be =(B1-A1)/A1 It is simplistic but I just wondered whether I had understood it correctly. Regards! Yogi Anand |
|
|
|
|
|
|
#6 | ||
|
MrExcel MVP
Join Date: Mar 2002
Location: Chicago, IL USA
Posts: 2,042
|
Quote:
Oops! Yes, a careless error. I am usually taking these numbers into a GEOMEAN function, or something like that, so I need to add one to the result, raise it to the right power, and then subtract one. Obviously not the case here. Nice catch. Thanks for keeping me on my toes. B1/A1 - 1 would also work Bye, Jay [ This Message was edited by: Jay Petrulis on 2002-05-01 15:27 ] |
||
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|