How to calculate interest needed to get a future value? urgent:(

Hey guys,
I really need help and fast:(,  I have an initial value of 7.305 and i need a future value of 35.254 i have 39 years and i want to know which compounding interest i need, if anyone knows how please helpxD
So much thanks in advance

SIM,
You used the word "compounding" in your original post. That implies a number of periods greater than one.
It doesn't matter if you don't make payments along the way, payments would be zero then. Since you didn't answer my question I'll assume that your compounding period is annual. (It could conceivably be monthly or daily.)
Also, you must remember that money going out is negative and money coming back is positive. Here's your example:
The formula in the Rate cell is:
=RATE(C,0,A,B)
Regards,
Jerry

Similar Messages

  • How to calculate interest and tds

    friends,
    we have one asset where it is provided by our business partner. every month we have to pay interest based on the mail received from business partner. my query is how to post this interest in the system, how to calculate the tds on this,
    regards,

    Hi Subramaniyan,
       1. You need to configure interest calculation all the steps.
    http://www.sap-basis-abap.com/sapfj001.htm
    or
    OB46 - Interest Settlement Calculation Type
    Int Calc. Type
    P - calculate interest based on line items.
    S - calculate interest based on account balances.
    Secornd, make it avaliable to the interest run program.
    OB82 - Interest Terms
    Third, determine the interest rate that will be used by the calculation.
    OBAC - Define Reference Interest Rates
    OB83 - Enter the Reference Interest Rates Value
    Fourth, assign the interest indicator to the reference interest rate.
    OB81 - Define Time Dependent Terms
    Finally, determine the how and to which accounts the interest program will post.
    OBV1 - Prepare Interest on Arrears Calculation F.26    A/R: Balance Interest Calculation
       2. Create Recurring Entries.  fbd1
    http://help.sap.com/saphelp_46c/helpdata/EN/6e/1218df9f0411d189b80000e829fbbd/content.htm
      3.  Process Batch Input   sm35
    Regards,
    Srinivas Muthyala

  • !!! I need to get the return value from a PL/SQL in Java.. How??? !!!

    Hi
    -- I have a PL/SQL in which it return an array value and I need to get the value using Java.... any idea how?
    thanks

    Check out CallableStatement:
    http://java.sun.com/j2se/1.5.0/docs/api/java/sql/CallableStatement.html

  • WIndows 7 64bit, how much ram I need to get Photosgop CS5 flying?

    Hi guy,s
    I have just transfered over from a 32bit Vista to WIndows 7 64-bit on a dual core 3Ghz, 4Gb RAM.
    Just wondering how much extra RAM should I get to get the most/best out of photoshop I am really hoping my files files a bit quicker. allround.
    Is it really just a matter of getting as much RAM in there as I can afford?
    Any help would e great

    We'd have to know something about the kind of images you work on to answer that well.
    8 GB actually does quite well for all but the largest (multi-gigabyte) images.
    -Noel

  • How to calculate Number of weeks in Year ?? urgent

    hi gurus,
    i have to calculate the number of weeks in year. could you please suggest me is there any function module for that or do we need to create variable to get the number of weeks?
    regards

    Get some pointers frm
    http://sap.ittoolbox.com/groups/technical-functional/sap-dev/help-on-function-day_get_week-1067350
    Re: printing calender
    Calculating the number of days of a year including leap year
    Re: How to calculate No.of Weeks?

  • Need to get the selected values from the selectManyShuttle

    Hi,
    I am using ADF11g newer version.
    I have a selectManyShuttle and a command button. Need to insert all the selected values on the right hand side of the selectManyShuttle into a database table.
    I created the selectManyShuttle with the values. Need help in getting the values on the right hand side.
    <af:selectManyShuttle value="#{bindings.UserMgmtVO1.inputValue}"
    id="sms2">
    <f:selectItems value="#{bindings.UserMgmtVO1.items}"
    id="si6"/>
    </af:selectManyShuttle>
    Any sample code or link is really appreicated.
    Thanks

    Thanks for the reply.
    I am using a View Object and I dropped it as SelectManyShuttle
    <af:selectManyShuttle value="#{bindings.UserMgmtVO1.inputValue}"
    id="sms2"
    valueChangeListener="#{POBacking.getSelectedValues}"
    valuePassThru="true"
    autoSubmit="true">
    <f:selectItems value="#{bindings.UserMgmtVO1.items}"
    id="si6"/>
    </af:selectManyShuttle>
    public void getSelectedValues(ValueChangeEvent valueChangeEvent) {
    System.out.println("Testing Shuttle");
    ArrayList list = new ArrayList(Arrays.asList(valueChangeEvent.getNewValue()));
    String val = "";
    String sqlStmt = "";
    try {
    if (list != null) {
    for (int i = 0; i < list.size(); i++) {
    int l = list.size() - 1;
    val = list.get(l).toString(); //returns , delimited string
    System.out.println(" value:" + val);
    if (val != null) {
    val = val.replaceAll("[\\[\\]]", ""); //remove []
    StringTokenizer st = new StringTokenizer(val, ",");
    int nto = st.countTokens();
    for (int j = 0; j < nto; j++) {
    String users = st.nextToken().trim();
    System.out.println("Users:" + users);
    //sqlStmt = " update xxpp_project_clip set clip_status='true', clip_seq = "+j * 10+
    // " where project_id = "+rHdr.getAttribute("ProjectId") +
    // " and clip_name ='"+ clip_Name +"'";
    //System.out.println("sqlStmt:" + sqlStmt);
    //stmt.executeUpdate(sqlStmt);
    //am.getDBTransaction().commit();
    //if (stmt != null)
    // stmt.close();
    // am.getDBTransaction().commit();
    } catch (Exception ex) {
    ex.printStackTrace();
    I don't see the values in the list.
    I gets printed as
    value:[Ljava.lang.Integer;@1b10691
    Users:Ljava.lang.Integer;@1b10691
    how to get the individual values in the list?
    Thanks
    Saru

  • Need to get the color value of a specific point

    I'm writing a game that uses a custom button class.
    Inheritance looks like this:
    java.lang.Object
    java.awt.Component
    Sprite
    GameButton
    Now, the Sprite cass stores an image. I need to be able to take get a single pixle from the image (based on mouse click) and get its color value - or better yet, its opacity.
    The reason for this is that the buttons are irregular shaped and transparent, so if the area the user clicked was transparent, the mouse event needs to be disgarded.
    Thanks

    Robot.getPixelColor(...)

  • Calling the DTExec from Perl Script and need to get the Return Value (Sucess or Failure)

    I am able to execute the SSIS Package from Perl Script using DTExec. But i need to get the return code of the SSIS Execution. Is their any option available to get the Success or Failure information from Perl ?

    Exit codes returned from dtexec utility             
    When a package runs, dtexec can return an exit code. The exit code is used to populate the ERRORLEVEL variable, the value of which can then be tested in conditional statements or branching logic within a batch file. The following table lists
    the values that the dtexec utility can set when exiting.
    http://technet.microsoft.com/en-us/library/hh231187.aspx
    There's a wrinkle if the package is running in the SSIS Catalog:
    http://www.mattmasson.com/2012/02/exit-codes-dtexec-and-ssis-catalog/
    David
    David http://blogs.msdn.com/b/dbrowne/

  • I am debating how much memory I need to get on my Ipad?  Any thoughts

    I am interested in getting an Ipad2 but do not know if I need 16gb or 32gb memory?  Any thoughts?  I would probably have 20 to 30 apps running on the Ipad2.

    He was asking a very relevant question, many of us ask when purchasing an ipad.
    Your answer is irrelevant and wrong. The question was how much memory do I need for my ipad? not how much ram or is it future proof through upgrade. What you term as storage is flash 'memory' and the other, DDR is indeed RAM. The difference with this application being one is volatile & the other is not. Its obvious he is talking about flash memory so why post for the sake of it?
    I used to own ipad 1 64GB/3G device (bad WIFI experience & returned the device). However I initially used it for web browsing, watching catchup TV, books & some apps. As I have other devices for music and films I really didn't benefit from the additional expense.
    HD films typically consume ~2GB, single 128 bit song of ~4mins is about 4MB, most books do not comsume a great deal of space. Given films have the greatest impact it largely depends how many films you wish to carry around. Given they can be swapped in/out very easily with itunes its not a big deal. Additionally there are many tools that permit you to lower the film quality to reduce the file size.
    Having some idea of file sizes and how many of each media type you wish to carry around you can extrapolate the most suitable memory density for you.
    Good luck with whichever model you select.

  • How to calculate Interest?

    We have a unique requirement. We invest in a product which pays a particular rate of interest up to certain balance and a different interest rate beyond that balance.
    For example If our Investment is upto 10Million, the bank pays 0.1%. Any investment above 10Million the bank pays only 0.075%.
    How can we calculate this interest using a Interest rate instrument or any other Money market Product?
    So on a particular day if our investment balance was 15M then the interest earned will be (10M *0.1/100/365) + (5M * 0.075/100/365). How can we configure this in the system?
    Kalyan.

    Hi Kalyan,
    according to my own knowledge, this is not a standard functionality of SAP Treasury module.  If you use the Interest rate instrument (the Product category - 550 ), then the 3 following variants of interest rates are available:
    --- as fixed interest (like 2%);
    --- as variable interest (like LIBOR 6 mo USD, EURIBOR 6 mo, etc.);
    --- as an amount (like 100 USD).
    so,  in your case I see the 2 following work-arounds to handle those requirements:
    --- scenario A. According to your provided formula, you can split total amount of 15 mio into 2 deals: 1st - 10 mio, paying 0.1% and 2nd - 5 mio, paying 0.075%;
    --- scenario B. Another solution might be calculating interest amount of of the system and input it just as an amount (3rd option of interest entry).
    Rgds,
    Renatas

  • Holes in the road - how many do I need to get a re...

    Well I have now had 2 holes dug and filled in at the bottom of my drive - and still have a non working phone. I'm going for a third, if I can ever get BT to communicate with me again (no response 3 days after my last email) better luck with tonight perhaps!
    Does anyone know the record for the most holes dug without success?

    The work is carried out by Openreach as a contractor to BT Retail your service provider BT Retail can only reply as and when Openreach notify them they are by the sound of it trying to locate a cable break
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

  • I have a 1st gen mac book pro and need to get an approx value as getting divorced :( at time of separating it had a stuffed battery, how much is it worth???

    the macbook pro was the base model released at the time. i did not upragde anything apart from the os x. which i think is leopard. apart from it having a stuffed battery there was nothing wrong with it. its just a bit slow now. if anyone could give me an approx value of what its worth, id be greatful as have tried apple refurbishers/repariers and they were unable to help.
    thanks
    mim from aus.

    Find your exact model here and check the current prices listed. I think using this guide would be more fair to both of you.  
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 

  • How to calculate percentage based on key figure maximum value

    Hello everybody!
    I need your expertise on a query 'issue' I'm facing. Let's say I have a query getting me the Number of Open Items per Week (starting from billing document's Issue Date).
    My client wants to be able to see the percentage per week and not the actual number.
    So, what I have is below:
    <b>Wk</b><b>"OI Nr"</b>
    1                                "68.801"
    2                                "66.288"
    3                                "59.344"
    4                                "50.506"
    5                                "20.950"
    And what I want is below (in italics):
    <b>Wk</b><b><i>"OI %"</i></b>
    1                       "<i>100%   </i>"           (i.e. 68.801 / 68.801 * 100)
    2                      "<i> 96,34%  </i>"         (i.e. 66.288 / 68.801 * 100)
    3                      "<i> 86,25%  </i>"         (i.e. 59.344 / 68.801 * 100)
    4                       ......
    5                       ......
    Is it possible to achieve sth like this by altering some key figure properties or in any other way?
    Thanks in advance.

    First u need to create a calculated Key Fig globally. You can do this at the extreme left end of the query Designer. Just right click on the Calculated key Fig and say <b>New Calculated Key Figure</b>
    Give the description of the Key Fig and in the formula section just put the the key fig . <b>'OI Nr'</b> in you case
    When u say ok it will open the properties of the key fig there u can see <b>Enhance>></b> at the bottom. Click on that make the <b>exception aggregation</b> to <b>maximum</b> and <b>refernce characteristic</b> for the one which u are having the values 68.801, 66.288, 59.344, ..
    Save this calculated key fig
    now in the Columns create a <b>new selection</b> under the key fig.
    drag the newly created calculated key fig in this <b>new selection</b> and say ok.
    Now right click on this <b>new selection</b>, go to the <b>Calculated Single Value</b> as drop down and make it <b>Normalize-Sub Totals</b>
    Tick the checkbox  <b>Also Apply to result</b>
    and select <b>Calculate Along Columns</b>.
    Save the query and execute. This should solve youe issue
    Hope this helps.

  • Need to get primary key value from entity

    Hi,
    I have 2 pages. In the first page on click of GO button, Im inserting data into table using EO and Immediately navigating to second page.
    Primary Key value is generated in EOImpl java file.
    In second screen, in the header region, I need to show the row inserted in table.
    to query the VO, i need to have primary key generated in EOImpl.
    Please let me know how can i get this value in either in PFR of first page or in PR of second page. Thanks.

    Hi
    have you included the eo that tyou are refering to in the header oif the second page..
    if both pages are using the same AM, the data will appear.
    at worse can you can get the ID from the eo using amethod in your AM.

  • Forms need to get next record value in  tabular forms, update # on delete

    the isusue
    In a tabular form (multirecord)...when i enter + to add the first record , it should add 1 in this item 'order' and if i hit + again then it should enter 2 and so on....
    where users would enter different records at once and save it .However if they were to delete a record in the middle ...
    say record
    1
    2
    3
    4
    5
    6
    and delete 2 and 3 then # 4 should be 2 and # 5 should be 3 and #6 would be 4 . if they are to add a new record then it should assign the next number which would be 5
    what i have done is created a non database item in that block and made it a summary field with max
    and in the when_new__record_instance trigger...i am doing somthing like
    If block.item is NULL
    THEN
    block.item = block.non_database_item +1
    end if
    got this from a post here by Francois...
    it is adding just 1 everytime i hit + to add a new record...when the item is null in the beginning. However if i save the first record then click + to add new record then it goes inseries like 2..3..4....
    Any help would be appreicated . Thanks

    HI,
    Check following thread you may useful
    Maximum create call for the VO

Maybe you are looking for

  • XFCE network monitor applet

    XFCE has this nice network monitor applet, in which you can set the colors of the incoming and outgoing bar. The only problem is that they don't seem to have any effect. Mine stay blue. I'm guessing the global color scheme is interfering somehow... A

  • Discoverer Viewer/Plus 10g after a migration from Discoverer 4i

    Hi, I upgrated Discoverer4i to Discoverer 10g with Ebusiness Suite 11i ( 11.5.9) without installin AS 10g I followed the note: http://oracle-magic.blogspot.com/2006/11/upgrading-discoverer-4i-to-10g-on-apps.html If I use Discoverer Administrator and

  • HT202023 How can I retreive or re-set password for restricting in-app purchases? I have forgotten it.

    HHow can I retreive or re-set password for restricting in-app purchases? I have forgotten it.

  • HT5071 EPUB converter other than Calibre?

    Hello, I want to get my work published on iBook but I'm having difficulties in delivering my package on iTunes Producer since it's not accepting the epub file I used from Calibre. The original file is PDF and I've converted it to EPUB on Calibre. I'v

  • Can't download purchased iPad apps

    I have searched these boards, Google, other boards, and have tried all of their suggestions but have had no resolution.  I have 11 iPad apps that cannot download in iTunes.  Everytime I open iTunes, they all try to download and fail instantly and I'm