+ Reply to Thread
Results 1 to 3 of 3

PMT Formula using one cell or the other....

  1. #1
    Registered User
    Join Date
    02-03-2014
    Location
    Sacramento CA
    MS-Off Ver
    Excel 2010
    Posts
    26

    PMT Formula using one cell or the other....

    Good Morning Team. Im having a hard time describing this formula in google, so had to come here for help. I need a formula that is: A1 - A2 = A3 OR if there is a value in cell B2, then A1 - B2 = A3

    I need this formula to have the option of entering a value in A2 or B2 and A3 will only give results if one or the other has a value.

    The formula is for a loan amount. If you have a purchase price of $500K (A1) and you want to put down either a flat rate of 5% (A2) OR a straight forward $ amount (B2) (The amount can be any dollar amount. its not about the % anymore. They could put down a $1 or they can put down $20,000.) And then A3 will be the total of either option. The A3 total will then be used in a PMT formula.

    I hope I explained that well enough for somebody to help me.

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: PMT Formula using one cell or the other....

    Is it this?

    in A3
    =A1-IF(A2<>0,A1*A2,B2)

    where A2 is a percentage and B2 is an amount.
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    02-03-2014
    Location
    Sacramento CA
    MS-Off Ver
    Excel 2010
    Posts
    26

    Re: PMT Formula using one cell or the other....

    I can definitely work with this!!! Thank you Special K.

+ 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. [SOLVED] If cell has a formula, copy text to TextBox and leave formula unchanged in cell
    By yachrishere in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-01-2016, 06:26 PM
  2. Replies: 3
    Last Post: 07-14-2016, 03:53 PM
  3. [SOLVED] Formula to return Blank cell if referenced cell has no entries, if not use formula
    By stpeter in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-17-2016, 01:41 PM
  4. VBA to enter formula in cell not calculating...showing formula in cell
    By kmlloyd in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-09-2015, 06:42 PM
  5. [SOLVED] Enter formula result from one cell into a COUNTIF formula in another cell. Help please!
    By gregrach in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-10-2014, 11:23 AM
  6. [SOLVED] Retaining formula cell references when copying a formula to a different cell
    By FrankParisi in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 09-06-2013, 07:05 AM
  7. Replies: 5
    Last Post: 05-07-2013, 08:34 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