+ Reply to Thread
Results 1 to 7 of 7

i want to add numbers to given set of numbers to get a fix value

  1. #1
    Registered User
    Join Date
    08-06-2019
    Location
    canda
    MS-Off Ver
    2010
    Posts
    3

    i want to add numbers to given set of numbers to get a fix value

    hi,i am making a credit card debt payback calculator, and wanted to acheive below

    suppose outtanding is 100000, i am calculating 5% of it and putting in next cell that is 5000 (this part is done :p )
    now what i want to do, add a formula which will add additional value and make the cell value to 10000(this is what i want help for)

    then will use simple subtraction formula and remove resulting amount from actual amount, it will come 90000(this can be done)
    then again calculate 5% of 90000(that can be done)
    and again use formula to percentage amount to make 10000(help needed)
    and cycle continues....

    regards
    Sam
    Last edited by AliGW; 08-07-2019 at 01:13 AM. Reason: Irrelevant section of title removed: this is a HELP forum!!!

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,546

    Re: i want to add numbers to given set of numbers to get a fix value

    Hello Sam and Welcome to Excel Forum.
    It might help if you could upload a sample spreadsheet that demonstrates what you are trying to accomplish. I suggest that you start with a smaller "outstanding" value to make calculations easier. Since you already have formulas for certain cells, keep those then manually place the expected values in the cells where you have indicated that help is needed in producing a formula (and unless it is very obvious how you got the expected value, include a detailed explanation).
    To upload a sample spreadsheet click on the GO ADVANCED button below the Quick Reply window and then scroll down to Manage Attachments to open the upload window.
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  3. #3
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,012

    Re: i want to add numbers to given set of numbers to get a fix value

    .
    If I correctly understand your request :


    A
    B
    C
    D
    E
    F
    G
    H
    1
    Balance
    5%
    Result
    Formulas
    2
    100000
    5000
    95000
    B2: =A2*0.05 C2: =A2-B2
    3
    95000.00
    4750.00
    90250.00
    A3: =C2 B3: =A3*0.05 C3: =A3-B3
    4
    90250.00
    4512.50
    85737.50
    5
    85737.50
    4286.88
    81450.63
    Highlight A3 : C3, then drag down as far as required.
    6
    81450.63
    4072.53
    77378.09
    7
    77378.09
    3868.90
    73509.19
    8
    73509.19
    3675.46
    69833.73

  4. #4
    Registered User
    Join Date
    08-06-2019
    Location
    canda
    MS-Off Ver
    2010
    Posts
    3

    Re: i want to add numbers to given set of numbers to get a fix value

    hi, have attached my sheet, right now i am enetering that 10000 value by manual entry.
    Attached Files Attached Files

  5. #5
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,546

    Re: i want to add numbers to given set of numbers to get a fix value

    If I understand correctly type 10000 into cell E1 then paste the following into cell B2 of the Scenario A sheet and drag down:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Note that I am guess at the rational of having the value manually placed in B71 as 6900.
    Let us know if you have any questions.

  6. #6
    Registered User
    Join Date
    08-06-2019
    Location
    canda
    MS-Off Ver
    2010
    Posts
    3

    Re: i want to add numbers to given set of numbers to get a fix value

    A million thanks to you, here is the simplified payback calculator for credit card debt settlement, just fill in gree cells and you know when you can relax.
    Attached Files Attached Files

  7. #7
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,546

    Re: i want to add numbers to given set of numbers to get a fix value

    Nice, although if I had credit card debt of 100,000 I doubt I would relax until I was returned to dust. LOL
    If I may make a couple of suggestions.
    1. Modify the formula in B2 and down to read: =IF(ISEVEN(ROW()),"",IF(A1>E$1,E$1,SUM(A1:A2)))
    2. Paste the following into cell C2 and copy down: =IF(ISEVEN(ROW()),"",MAX(0,B2-A2))
    If you are satisfied that the issue is resolved, please take a moment to mark the thread as 'Solved' using the thread tools menu above your first post.
    I hope that you have a blessed day.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 7
    Last Post: 05-07-2016, 10:34 PM
  2. Replies: 4
    Last Post: 12-17-2015, 12:33 AM
  3. Replies: 7
    Last Post: 02-27-2014, 10:56 PM
  4. [SOLVED] Getting Excel 2007 to list the cell numbers of the top five ranked numbers in a column.
    By Securitysports in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-02-2013, 11:42 AM
  5. [SOLVED] Convert all numbers stored as text or custom formatted to numbers &no decimals - 40 sheets
    By synses in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-19-2013, 01:46 AM
  6. Replies: 8
    Last Post: 11-01-2012, 07:49 PM
  7. [SOLVED] How to merge a numbers from 3 cells, eliminate repetitive numbers, and sort such numbers?
    By david gonzalez in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 10-22-2012, 11:59 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1