I have the following simple function that I need to call n times and sum the result.
10000*((1.01)^n)
I wish to call this 30 times, with n being 1-30, then sum the result. How can I do this in Excel?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the following array formula.
Paste the formula into the formula bar and press Ctrl+Shift+Enter. It doesn’t matter where you enter the formula or what the contents of
A1:A30are; theA1:A30is just a trick to get Excel to iterate through the formula 30 times.