Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 709
Default excel percentages

Feels like a very embarrassing question to ask but here goes.

I have a number of sales for a year (C3), and a percentage increase on the
previous year (C7). I need a formula to show the sales for that previous year.

eg 105 and 5% would be 100.

I know this is probably more a maths question than an excel question but I
can't seem to get anything to work - I keep coming up with 99.75 rather than
100.

Thanks for helping.
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 4,624
Default excel percentages

One way:

=C3/(1+C7)

In article ,
richard wrote:

Feels like a very embarrassing question to ask but here goes.

I have a number of sales for a year (C3), and a percentage increase on the
previous year (C7). I need a formula to show the sales for that previous year.

eg 105 and 5% would be 100.

I know this is probably more a maths question than an excel question but I
can't seem to get anything to work - I keep coming up with 99.75 rather than
100.

Thanks for helping.

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

Hi Richard,

Here is the logic for future reference:
if y =100 and p= 5% and you want to know x

x=y*p+y
x=y*(p+1)
but you know x and you want to know y so
y*(p+1)=x
y=x/(p+1)

with your cell address this is
=C3/(C7+1)

--
Thanks,
Shane Devenshire


"richard" wrote:

Feels like a very embarrassing question to ask but here goes.

I have a number of sales for a year (C3), and a percentage increase on the
previous year (C7). I need a formula to show the sales for that previous year.

eg 105 and 5% would be 100.

I know this is probably more a maths question than an excel question but I
can't seem to get anything to work - I keep coming up with 99.75 rather than
100.

Thanks for helping.

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 in Excel Allan H Excel Discussion (Misc queries) 6 January 14th 08 11:34 AM
Excel Help Please Ratios & Percentages Six Sigma Blackbelt Excel Discussion (Misc queries) 0 October 13th 06 02:54 PM
Excel Help Please Ratios & Percentages Six Sigma Blackbelt Excel Discussion (Misc queries) 0 October 13th 06 02:54 PM
Percentages in Excel Karl Excel Discussion (Misc queries) 5 February 8th 06 02:37 PM
percentages in an excel pie chart Alexis Charts and Charting in Excel 1 December 3rd 05 05:03 PM


All times are GMT +1. The time now is 09:54 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"