excel percentages

R

richard

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.
 
S

ShaneDevenshire

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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

What else can Excel do? 5
access or excel 7
Excel Average dates help 0
percentages 3
HELP!! New to Excel. Need complex SUMIF. 0
Trying to reference a cell 4
Percentages 2
Excel Percentage 5

Top