Excel sumseries and Apple Numbers compatibility -



Excel sumseries and Apple Numbers compatibility -

i need calculate total tuition estimate needed savings. is, tuition -now- 10.000€, estimated inflation 2%. how much tuition going paid in 10 years during 4 years?

using trick described here, can obtain right amount... in excel.

{=sum(tuition*(1+inflation)^row(offset(a1;yearstotuition;0):offset(a1;yearstotuition+yearsoftuition;0)))}

now, thing is, has work in apple numbers , don't know if that'll work.

so, question whether there's form implement in excel.

edit: utilize excel, client uses numbers.

edit: ended using fv function as proposed thecraw.

=fv(inflation;yearsoftuition;-tuition*(1+inflation)^yearstotuition)

not sure question asking following.

i want calculate total amount of savings need today pay 4 years of tuition start in 10 years. cost today 10,000 year inflation 2% per year.

if question 4 cells in numbers or excel using formulae =(10000×(1.02^10))for first year alter 10 11 sec year etc. give 12189 first year 12433 sec 12682 3 year , 12936 lastly year tuitions starting 10 years downwards road. if have understood trying do, today 50242 pay assuming getting 0 homecoming on money 10 years , have sitting there making nil pay this. anyway best guess asking.

excel-formula apple-numbers

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -