+ Reply to Thread
Results 1 to 5 of 5

[SOLVED] Adding to base value

  1. #1
    Registered User
    Join Date
    02-07-2024
    Location
    USA
    MS-Off Ver
    365 I think
    Posts
    6

    [SOLVED] Adding to base value

    Hello,

    I previously received help with this, but I had to add more information and it caused an issue. I'm trying to calculate for cell B34 (appraisal). I'm not sure what's wrong with my formula but, the formula isn't working for multi family or investment. The base amount for multi family is 650 and investment is 550, but if it's an FHA (B7="yes"), then I need to add 30. If the appraised value is over 999,999 then add 100, and over 1,499,999 add an additional 100.
    Attached Files Attached Files
    Last edited by mskwood89; 02-14-2024 at 01:30 PM.

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,947

    Re: Adding to base value

    You have the closing parens in the wrong place: Not sure of your Home Equity logic (the 130 vs 485) but the additional fees should work now....

    =IF(B8="Multi Family",650,IF(B8="Investment",550,IF(B6="Home Equity",130,485)))+IF(B7="yes",30,0)+IF(B10>999999,100,0)+IF(B10>1499999,100,0)
    Bernie Deitrick
    Excel MVP 2000-2010

  3. #3
    Registered User
    Join Date
    02-07-2024
    Location
    USA
    MS-Off Ver
    365 I think
    Posts
    6

    Re: Adding to base value

    Actually, if it's a home equity then the value should always be 130 and everything else doesn't apply. Is there a way to add that in?

    And thanks so much for your previous help. I added to your rep as well.

  4. #4
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,947

    Re: Adding to base value

    Try this:

    =IF(B6="Home Equity",130,IF(B8="Multi Family",650,IF(B8="Investment",550,485))+IF(B7="yes",30,0)+IF(B10>999999,100,0)+IF(B10>1499999,100,0))

  5. #5
    Registered User
    Join Date
    02-07-2024
    Location
    USA
    MS-Off Ver
    365 I think
    Posts
    6

    Re: Adding to base value

    I thought I tried that, but I guess not. That worked though. Thanks again.

+ 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. LOOKUP Function from column base to Row Base
    By Romie in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-02-2023, 07:56 AM
  2. [SOLVED] Adding Up Total base on Month
    By S8S in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-27-2022, 04:39 AM
  3. [SOLVED] Adding numbers together base on data
    By Jovan Yong in forum Excel General
    Replies: 7
    Last Post: 04-30-2018, 03:58 AM
  4. Adding cells from historic data base, as long as they meet two criteria
    By porepiga in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-10-2017, 11:23 AM
  5. Adding cricket overs - base 6
    By cricket_stoner in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-30-2017, 08:27 AM
  6. [SOLVED] adding formulas from base formula sheet
    By ammartino44 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-10-2015, 02:54 PM
  7. Leading Zeros for Base 10 to Base 36 Converter
    By norman.johnson in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-07-2011, 08:09 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