+ Reply to Thread
Results 1 to 10 of 10

max. house price calculator

  1. #1
    Registered User
    Join Date
    07-09-2020
    Location
    Switzerland
    MS-Off Ver
    Office 2016
    Posts
    2

    max. house price calculator

    Hi There

    I m struggling to make an excel that solves following problem for me:

    I want to show me the max house price someone can afford based on the parameters that can be changed.

    The function is as followed:

    a/3= ((0.8x-2/3x):15)+0.01x+((x-y)*0.045)

    a stands for his income and is one of the dynamic fields
    y stands for the funds someone brings and is also one of the dynamic
    x here is the price of the house and is the real variable here that should get automatically caluclated based on a and y which are given

    I'd much appreciate any input on how i can put this together, so it stays dynamic.

    Cheers
    Joël

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,895

    Re: max. house price calculator

    Please read the yellow banner at the top of this page on how to attach a file.
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Forum Expert
    Join Date
    05-29-2020
    Location
    NH USA
    MS-Off Ver
    365
    Posts
    2,103

    Re: max. house price calculator

    In addition to Alan's request, What does ":15" mean mathematically?

  4. #4
    Registered User
    Join Date
    05-08-2020
    Location
    Lublin, Poland
    MS-Off Ver
    2003, 2007, 2010, 2019 (home); 2002, 2007, 2016, 365 (work)
    Posts
    69

    Re: max. house price calculator

    The ":" stands for division in some countries. In Excel it is "/".

    Schoschli, 2/3x stands for 2/3 multiplied by x or 2 divided by 3x?

    If 2/3x is 2/3*x, then it is a linear equation with the variable x and parameters a and y.
    I solved it for x and the result is

    x=(75a+10.125y)/14.375

    Your problem is not really an Excel-related problem but just a mathematical problem.
    Last edited by PKowalik; 07-10-2020 at 03:35 AM.
    Przemyslaw Kowalik, Lublin Univ. of Technology

  5. #5
    Registered User
    Join Date
    07-09-2020
    Location
    Switzerland
    MS-Off Ver
    Office 2016
    Posts
    2

    Re: max. house price calculator

    yes : is / im sorry i forgot :D

    It's not a mathematical problem. i wonder how i can make it automatically solve by x by using the underlying parameters which are not static. I have no experiece with the solver function, but i know basic VBA. So i wondered if it was possible to have both the dynamical aspect of what im looking for and also the autosolver by x and how i can make it as efficiently as possible.

    Thanks for your input.

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,970

    Re: max. house price calculator

    Well, it IS a mathematical problem!!!

    Try SOLVER: https://support.microsoft.com/en-us/...b-f63e45925040
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  7. #7
    Registered User
    Join Date
    05-08-2020
    Location
    Lublin, Poland
    MS-Off Ver
    2003, 2007, 2010, 2019 (home); 2002, 2007, 2016, 365 (work)
    Posts
    69

    Re: max. house price calculator

    Schoschli, in what way did I misunderstand you?
    The phrase "x here is the price of the house and is the real variable here that should get automatically calculated based on a and y which are given" suggests you want to perform some mortage-related calculations.
    So, there is a customer with income a and some savings in amount y. You want to calculate his/her "loan ability" (not sure if it is a correct name, I translated it literally from Polish) expressed as the maximal price of a house he/she can afford. Your assumption is (I guess) that the (maximal) payment is 1/3 of income a. The value of a single payment depends (except from interest rates, other costs and the number of payments) on the amount borrowed which is the price of the house x minus savings y. My formula calculates what is the value of x if the customer has savings y and pays 1/3 of his/her income a.
    Put the value of a in A1 and the value of y in A2. In A3 type =(75*A1+10.125*A2)/14.375. A3 will return the value of x you need. Then, as you change the numbers in A1 and A2, you will obtain dynamically adjusted values of x depending on a and y (and, of course, fixed parameters 0.8, 2/3, 15, 0.01 and 0.045).

  8. #8
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: max. house price calculator

    It seems reasonable you can borrow 5 times your income +70% of your deposit . Although the 70% of deposit seems a bit strange it is not 100% of the deposit as you already have the money.


    income 10000 deposit 200000 suggests the maximum is 193043 which is less than the deposit! But that is the formula not the derivation to find x

  9. #9
    Registered User
    Join Date
    05-08-2020
    Location
    Lublin, Poland
    MS-Off Ver
    2003, 2007, 2010, 2019 (home); 2002, 2007, 2016, 365 (work)
    Posts
    69

    Re: max. house price calculator

    I agree that the result of my formula looks somehow strange. I made the transformation of the original equation late in the night and I could make a mistake. However, I made two test calculations and I put the results as x to the original equation and it was satisfies in both cases.

  10. #10
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: max. house price calculator

    I quite agree with you, my transformation of the formula was the same as yours. It could be amount to lend and the deposit is added as an extra value. but as you say it seems a bit strange!

+ 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. Translation price calculator in Excel for clients (Price per word)
    By hellofolks in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-05-2018, 05:58 AM
  2. Price calculator
    By szepi89 in forum Excel General
    Replies: 2
    Last Post: 06-06-2018, 05:03 AM
  3. [SOLVED] Help! Margin / Sell price Calculator
    By BrentG87 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-01-2018, 12:39 PM
  4. Cost Price Calculator
    By Martinchaplin in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-20-2015, 05:11 PM
  5. Help needed for a price calculator
    By voffel in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-12-2011, 04:45 PM
  6. Need help with price calculator with exceptions
    By monin in forum Excel General
    Replies: 20
    Last Post: 06-14-2011, 05:27 AM
  7. Replies: 5
    Last Post: 04-18-2010, 11:06 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