+ Reply to Thread
Results 1 to 9 of 9

IF Formulae to add percentage on output value

  1. #1
    Forum Contributor
    Join Date
    11-10-2019
    Location
    India
    MS-Off Ver
    2013
    Posts
    346

    IF Formulae to add percentage on output value

    Hi,

    =IF(AND(A1>500001,A1<=750000),12500+(A1 -500000)* 10%,"No")

    The result of above formulae if A1= 624000 will be 24900. To this 24900 I need to add 4% so that I get output of 25896 which I would like to divide by 12 which gives me value of 2158.

    How to alter this formulae to achieve desired result

  2. #2
    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
    79,342

    Re: IF Formulae to add percentage on output value

    Maybe this:

    =IF(AND(A1>500001,A1<=750000),(12500+(A1 -500000)* 10%)*0.04/12,"No")
    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.

  3. #3
    Forum Contributor
    Join Date
    11-10-2019
    Location
    India
    MS-Off Ver
    2013
    Posts
    346

    Re: IF Formulae to add percentage on output value

    No, I had tried this it gives me output of 83

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

    Re: IF Formulae to add percentage on output value

    =IF(AND(A1>500001,A1<=750000),12500+(A1 -500000)* 10%,"No")*(1.04/12)
    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

  5. #5
    Forum Contributor
    Join Date
    11-10-2019
    Location
    India
    MS-Off Ver
    2013
    Posts
    346

    Re: IF Formulae to add percentage on output value

    =IF(AND(A1>500001,A1<=750000),12500+(A1 -500000)* 10%,"No")*(1.04/12)

    This works but if value if greater than 750000 it does not return NO but returns #VALUE!
    Last edited by grcshekar; 05-17-2020 at 12:25 AM.

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

    Re: IF Formulae to add percentage on output value

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, as a relatively new member of the forum, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.

  7. #7
    Forum Contributor
    Join Date
    11-10-2019
    Location
    India
    MS-Off Ver
    2013
    Posts
    346

    Re: IF Formulae to add percentage on output value

    =IF(AND(A1>500001,A1<=750000),12500+(A1 -500000)* 10%,"No")*(1.04/12)

    This works but if value if greater than 750000 it does not return NO but returns #VALUE!

  8. #8
    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
    79,342

    Re: IF Formulae to add percentage on output value

    This?

    =IF(AND(A1>500001,A1<=750000),(12500+(A1 -500000)* 10%)*(1.04/12),"No")

  9. #9
    Forum Contributor
    Join Date
    11-10-2019
    Location
    India
    MS-Off Ver
    2013
    Posts
    346

    Re: IF Formulae to add percentage on output value

    =IF(AND(A1>500001,A1<=750000),(12500+(A1 -500000)* 10%)*(1.04/12),"No")

    This worked. Thank You

+ 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] Formulae to calculate percentage spent from budget
    By nakwila in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-27-2019, 05:23 AM
  2. FALSE output from table formulae
    By Pjcan1 in forum Excel General
    Replies: 15
    Last Post: 01-31-2018, 05:35 AM
  3. Sum and Countif Formulae with curly brackets to find a percentage
    By deborahlane in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 07-13-2015, 04:41 PM
  4. Formulae Input/output help please
    By bimo in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 12-03-2014, 02:52 PM
  5. Require a formula to count the digits & Output as percentage
    By shafin1 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 10-31-2014, 08:39 AM
  6. Replies: 8
    Last Post: 01-15-2014, 02:38 AM
  7. [SOLVED] Formulae - how many more to reach a certain percentage?
    By smith_ts in forum Excel General
    Replies: 3
    Last Post: 01-19-2010, 02:13 PM

Tags for this Thread

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