Formula Help

  • Thread starter Thread starter Jim
  • Start date Start date
J

Jim

Hello,

Im trying to take a number (for this example 100)located in "A1"

and times it by a churn rate of located in 3% in "A2", (returning actually
97% of 100)

and then I need to times the resulting number (in this case 97) by s 5%
growth rate located in "A3" for a return of 102.

Thanks for the help
Jim
 
We just need to adjust the values to make the percentages work:

=A1*(1-A2)*(1+A3)
 
Thanks for the response. Just a quick question. What does the "1-"
accomplish in the formula?

Thanks
 
and times it by a churn rate of located in 3% in "A2", (returning
Thanks for the response. Just a quick question. What does the "1-"
accomplish in the formula?

It does the calculation that you described in words: 100% - 3% = 97%
 

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

Sum Help 2
Excel Need Countifs Formula Help 0
time formulas 2
Formula to calulate wages 2
Two functions in one formula. 1
Help with formula 4
Sumproduct with Matrices 6
Continuous Invoice Nos. 3

Back
Top