+ Reply to Thread
Results 1 to 6 of 6

Greater than and less than formula error

  1. #1
    Registered User
    Join Date
    09-19-2013
    Location
    India
    MS-Off Ver
    Excel 2019
    Posts
    61

    Greater than and less than formula error

    Hi,

    From the particular value i am trying to arrive marginal relief. Sample file attached. getting error for more 1 CR Net value. can you try to update with correct formula

    cell B row 8 i have given a condition of
    1) less than 50L, 0
    2) Above 50 L to 1 Crore
    3) 1 crore to 2 crore (getting error)

    Thanks.. Senthil
    Attached Files Attached Files

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2504
    Posts
    13,620

    Re: Greater than and less than formula error

    There is a REF error in your formula
    Please explain the logic in words. You can't expect us to decipher your formula to understand it.
    Thanks
    (BTW what do "L" and "crore" stand for?)

  3. #3
    Registered User
    Join Date
    09-19-2013
    Location
    India
    MS-Off Ver
    Excel 2019
    Posts
    61

    Re: Greater than and less than formula error

    Hi,

    details given below

    Marginal Relief amount to arrive only for scenario 2 and 3 which is mentioned below:
    L = Lakhs

    1) less than 50 Lakhs = Marginal relief = 0
    2) Above 50 Lakhs to 1 Crore = Marginal relief to be calculate, if result is less than 0, then need to consider as 0
    3) 1 crore to 2 crore = Marginal relief to be calculate, if result is less than 0, then need to consider as 0

    In the revised attached excel file, i have calculated all 3 scenario separately in column F, G and H, when i calculate all three scenario separately, getting answer in Row 6.
    if i combine all three formula, getting error for 1 corer to 2 crore (Refer column B Row 6) in revised attached excel
    Hope this clarify.

    Thanks...Senthil
    Attached Files Attached Files

  4. #4
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2504
    Posts
    13,620

    Re: Greater than and less than formula error

    I still have no idea what "lakhs" are or what " crore" means

  5. #5
    Registered User
    Join Date
    09-19-2013
    Location
    India
    MS-Off Ver
    Excel 2019
    Posts
    61

    Re: Greater than and less than formula error

    Hope below helps you


    1) less than 5 Million = Marginal relief = 0
    2) Above 5 Million to 10 million = Marginal relief to be calculate, if result is less than 0, then need to consider result 0
    3) 10 Million to 20 crore = Marginal relief to be calculate, if result is less than 0, then need to consider as 0

  6. #6
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP, 2007, 2024
    Posts
    16,415

    Re: Greater than and less than formula error

    Maybe something like =MAX(0,LOOKUP(value,{0,5E6,10E6},{0,MR1,MR2}) where MR1 and MR2 are the marginal relief calculations?
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

+ 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: 2
    Last Post: 07-26-2020, 06:37 AM
  2. [SOLVED] Array formula, greater than error
    By Median in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 01-23-2019, 09:29 AM
  3. [SOLVED] Getting error if cell characters are greater than 255
    By amberle in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 08-11-2018, 09:39 AM
  4. [SOLVED] Error in IF statement with greater than or equal to
    By PeopleHelpingPeople in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-20-2015, 01:39 PM
  5. Greater of two cells without circular reference error
    By TIF145 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-11-2014, 05:45 PM
  6. Smallest number greater than zero in range with #num! error
    By damianberry in forum Excel General
    Replies: 10
    Last Post: 11-08-2012, 03:07 AM
  7. [SOLVED] If value is greater than 0 then error message
    By nenadmail in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-10-2012, 08:15 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