Is it possible to create a compounding interest formula for years?

Hi forum
Am recent convert to numbers from Excel. Many built in formulas working fine. But,
can't find an answer to the subject question or workable formula.
Has anyone created a formula that reflects a long term stream of compounded interest? Or has it been established that this is beyond numbers capabilities?
Is numbers formula help just using a different term or expression that does the compounding?
Any help very much appreciated.
Mcthomas

Hi again Jerry and forum
The FV formula seems to works fine for what it intends but as I understand it is limited for my needs.
I can get the future value of an amount compounded at 6% over 20 years. I double checked the calculations using an online source.
I need to show a 20 year compounding buildup year by year. A further complication is that each new annual balance is less a tax calculation.
Have tried several variations using the FV function as the base but still no cigar.
Any questions or help appreciated.
Mcthomas

Similar Messages

  • Is it possible to create a SHORT CUT key for a Workspace in CS 5.5 ?

    Is it possible to create a SHORT CUT key for a Workspace using In Design CS 5.5 ?

    Edit Menu > Keyboard Shortcuts > Product Area: Window Menu > Workspace Load 1st, 2nd, 3rd, etc. Create a new set and assign a shortcut

  • Is it possible to Create a viewset in WebDynPro for ABAP-WAS 7.0 ?

    Hi All,
    Is it possible to Create a viewset in WebDynPro for ABAP-WAS 7.0 ?.
    or else
    is there any alternatives for seeing multiple views in single window at once!.
    Thanks, Sudeep..

    Hi Sudeep,
        you can make use of ViewContainer UI element to achieve same.
    Regards,
    Anoop

  • Is it possible to create DVD Templates with Motion for burning Blue Ray DVDs from Final Cut Pro X?

    Is it possible to create DVD Templates with Motion for burning Blue Ray DVDs from Final Cut Pro X?

    As far as I know, motion templates can only be used with DVD Studio Pro. FCP X only lets you add a background image to the DVD menu.

  • Is it possible to create materialized view log file for force refresh

    Is it possible to create materialized view log file for force refresh with join condition.
    Say for example:
    CREATE MATERIALIZED VIEW VU1
    REFRESH FORCE
    ON DEMAND
    AS
    SELECT e.employee_id, d.department_id from emp e and departments d
    where e.department_id = d.department_id;
    how can we create log file using 2 tables?
    Also am copying M.View result to new table. Is it possible to have the same values into the new table once the m.view get refreshed?

    You cannot create a record as a materialized view within the Application Designer.
    But there is workaround.
    Create the record as a table within the Application Designer. Don't build it.
    Inside your database, create the materialized with same name and columns as the record created previously.
    After that, you'll be able to work on that record as for all other within the Peoplesoft tools.
    But keep in mind do never build that object, that'll drop your materialized view and create a table instead.
    Same problem exists for partitioned tables, for function based-indexes and some other objects database vendor dependant. Same workaround is used.
    Nicolas.

  • Is it possible to create a ToC on Pages for IOS ?

    Hello
    Is it possible to create a ToC on Pages for IOS ?
    If its not possible its really a must have feature !
    Regards

    Creating a ToC with Pages for iOS doesn't seem possible. To let the good folks at Apple know how you feel, send your feedback to them:
    http://www.apple.com/feedback/

  • Is it possible to create a custom web app for online quotes?

    is it possible to create a custom web app for online quotes?
    Any advise greatly appreciated.

    Hi there,
    You really need to expand a lot more on what you want to achieve. That really is nothing to go on there .

  • How to create a running total formula for different calendar years

    Hello everyone,
    I am looking for some help in creating a running total formula for different calendar years in Oracle. This is what I currently have organized in the crosstab report: vertically I have the cities from our database organized, then horizontially have the following information for each city:
    2006 /2007 /2008
    Amount /Amount Spent /Unspent Amount Amount Recieved/Amount Spent /Unspent Amount Amount Recieved/Amount Spent/Unspent Amount
    Recieved
    I am trying to create a formula that will specify each calendar year. For example, I'd like to have a formula in 2007 which would total the: 2007= {2006 unspent amount + the unspent amount in 2007} and same for 2008= {2007 unspent amount + the unspent amount in 2008}. I hope this is clear, I have simplified the report into a basic interpretation of what i've been trying to accomplish.
    Would anybody know if this is possible and how to approach this?
    Really appreciate it! Thanks.
    Alex

    Hi,
    you can try and define a running total as a calculation in the crosstab as:
    sum(Unspent Amount) over (partition by city order by year)
    i find the crosstab format comfusing sometime since the aggregation is auto applied.
    I would start with a flat table and then "duplicate is as a cross tab"
    for your running total you can sort the data by the city,year and get it to 3 lines for each city, for example:
    city year Unspent Amount all other amount...
    X 2007 10
    X 2008 20
    X 2009 30
    Y 2007 5
    Y 2008 15
    Y 2009 25
    then you can use a funtion to calculate the amount :
    sum(Unspent Amount) over (partition by city order by year)
    this is the sql i used just to check it:
    SELECT city,year,"Unspent Amount"
    ,SUM("Unspent Amount") over (PARTITION BY city ORDER BY YEAR)
    FROM (
    SELECT 'X' city, 2007 YEAR, 10 "Unspent Amount" FROM dual UNION ALL
    SELECT 'X', 2008 ,20 FROM dual UNION ALL
    SELECT 'X', 2009 , 30 FROM dual UNION ALL
    SELECT 'Y', 2007 , 5 FROM dual UNION ALL
    SELECT 'Y', 2008 , 15 FROM dual UNION ALL
    SELECT 'Y', 2009 , 25 FROM dual
    Tamir

  • Is it possible to create a windows disc image for free for bootcamp?

    Hello, I would like to use bootcamp however do not have a windows disc to use. I also do not have succiefient amount of money to buy one. Is it possible to create a disc image (iso) or something like that? Or is there any other way to play a P.C game (besides applications such as parralels and others like that) on my iMac.
    Thanks in advance!!!

    look out, we got ourselves a criminal mastermind here. 
    go buy it like youre supposed to, youll get no help here.
    -mvimp

  • Is it possible to create an inbound SOAP Adaptor for an ESB routing service

    I have been given a pre-defined wsdl file that defines the inputs to an ESB service and I wa wondering whether it is possible to create an inbound SOAP adaptor or whether this is actually an outbound adaptor. I am new to SOAP adaptors so need a little bit of guidance.
    Hopefully someone can help.

    Hi,
    In your case you need to create an Routing Service. If you create an esb project you can select Routing Service from the ESB Services entry in the Component Palette. You then get the option Select Existing WSDL. The SOAP adapter is only used for outbound SOAP messages. If you define a routing service it is available as a 'webservice' with a wsdl (in this case the one you define) from the console.
    Kind Regards,
    Andre Jochems

  • HT4993 Would it be possible to create a separate itunes account for my iphone and ipod on the same computer?

    im trying to set up my iphone and dont want stuff from my ipod..... is iy possible to make another itunes account just for my iphone and keep it on the same computer? please help thanks

    You can use one iTunes account as it sees each device separetly. I have my iPod, iPad, and iPhone all on one iTunes account without any problems.

  • Is it possible to create two correlation id's for same message in BPM

    Hi All
    Is it possible to define two correlation id's for the same correlation in BPM.. intially we defind one field as a correaltion id but in some rare situations we are getting two fiels at time containing the same correlation id then it is generation two instances for them ,but only one instance is executing and another one is in wait mode,in monitoring its showing TBDL (to be deliver mode)...we added one more field as a correlation id in correlation editor, but its not working only the first id is working.
    Seeking your valuable suggestions.
    Thanks.

    Are you correlatiing on a field whose occurence is more one 1(like 0..unbounded).?
    if you want to correlate on the first occurence of that field  then you have to specify in the XPATH.
    try [1] at the end of xpath
    If the field contains a structure, select Multiline.
    refer [this|http://help.sap.com/saphelp_nw04/helpdata/en/ab/13bf7191e73a4fb3560e767a2525fd/content.htm] for how to specify XPATH

  • Is it possible to create a actual invoice auntomatically for Internal Requisitions/ Internal Sales Orders

    Currently customer has some regulations in other countries that require they create a actual invoice for Internal Requisitions/ Internal Sales Orders.
    Is there a way that these can be created automatically and emailed to specific users?
    Thanks,
    Ling.

    Pl post in the Financials forum - Financials

  • Is it possible to create a personal Start project for sdtrpro?

    Is it possible that in a New project some Personal settings Be Inside from the beginning?
    I got a Standard Compressor and eq Setting for my Voice Over recordings. I want the vo Track in a specific color with the Track Name VO......etc
    Is it possible to make a own New project that Starts when sdtr pro starts!
    Every Time i send a sequence to sdtr pro i have the Same Things to do over and over again...
    Is there a Way?

    I would love to do this as well. Even project templates would be good.
    What I do is open the same pre-configured project and do a save as... For me it is a standard set of busses, assigned to the surround channels with pre-configured compressors, etc. Of course this means sending from FCP requires the extra step of copying and pasting into my new project and round tripping won't work, but I found round tripping is broken in general.
    To prevent me from making mistakes and over-writing it, the project is marked as read only.
    I hope in FCP 8, that STP is built right into it and no round tripping is needed.

  • Is it possible to create deliveries in the foreground for purchase orders?

    I have configured a worklist profile for the VL10 transactions to allow purchase orders to be processed in the foreground.  The 'dialog' icon now appears in the transaction, but the following message appears when I try to create a delivery in the foreground for a purchase order 'Cannot create deliv. in foreground with reference for these predecessors'. Can anybody help?

    Go to VL10N and go to tab user role and change the role to 0002 purchase orders fast display then you will get purchase order tab to entar the documents.Reward if it helps.

Maybe you are looking for