Percentage Formula

R

rosiesims

So here is the situation

Currently at 150 and over the next year we want decrease to >24% of that
So end result to be 114

How do I show each month as a percentage of that 24%?

Meaning if one month we are at 123, how do I show that in comparison to the
year end of > 24%
 
B

Bob I

Depends, one way would be to have each cell drop by 2% so A1=150,
B1=A1*.98, C1=A1*.96.......
 
B

Brad

assuming that the number in question is in b2
=if(b2>150,b2*(1-.24),b2)

Not sure what you are wanting in the monthly comparsions - but assuming that
the equation provided above is in cell c2

Are you wanting in cell d2 - to be c2/b2?
 
R

rosiesims

thanks brad

i have a figure and by years-end we want to have a reduction by 24%, but
each month i want to show a percentage on how i am doing currently in
comparision to that 24%
(ie am i at 22% of our 24% target)

i hope that makes sense.
 
B

Brad

If I got this right last years number is
150
you want to reduce it 24%
150*(1-24) = 114

you right now are at 123

isn't the reduction

(150-123)/150 = 18%

Not seeing were the 22% is coming from

If you were at 114 would you say "we are at 24% of our 24% target"? Which
means you still have a long way to go.

If you took the 18%/24% - you could say that "we are at 75% of our 24% target"

If this is helpful click yes.
 
R

rosiesims

well the months will be figures that i will get not figures i will create...

just want to create a formula that shows how each months figures are in
comparision to our target.

am i at 21% of my 24% target etc...

can't seem to get anything to work
 
B

Bob I

The comparison you are making seems a bit confusing? You should be
saying that the target is reduce BY 24% not TO 24% of 150. So the Target
is actually 76% of 150 or 114. 100%-76%=24%. So for your monthly percent
would be the 100%-"the number"/150=your percentage.
 

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

Top