+ Reply to Thread
Results 1 to 4 of 4

Formula for Greater , LEss than

Hybrid View

  1. #1
    Registered User
    Join Date
    07-19-2009
    Location
    New Yoek
    MS-Off Ver
    Excel 2003
    Posts
    35

    Formula for Greater , LEss than

    Hi,

    I have this table with min and max amounts that requires a fixed amount when when the condition is met.

    How do I write a formula for this. If result is >$0 but < $100 = $15 and so on...

    I canlt get it right..

    Min Max Equals
    $0 $100 $15
    $101 $200 $20
    $201 $1,000 $ 30
    $1,001 $3,500 $50
    $3,501 $10,000 $75
    $10,001 $50,000 $120
    $50,001 $100,000 $180
    $100,001 and over $230
    Last edited by Preatorian; 09-17-2009 at 01:37 PM.

  2. #2
    Valued Forum Contributor Shijesh Kumar's Avatar
    Join Date
    05-26-2008
    Location
    Bangalore / India
    MS-Off Ver
    2000
    Posts
    717

    Re: Formula for Greater , LEss than

    u can achieve this by using using sumproduct formula..
    see the attachement
    Attached Files Attached Files

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Formula for Greater , LEss than

    =lookup(a1, {0,100,200,1000,3500,10000,50000,100000} + 0.01, {15,20,30,50,75,120,180,230})

    You can delete the + 0.01part if the fee for $100 is $20 rather than $15.
    Entia non sunt multiplicanda sine necessitate

  4. #4
    Registered User
    Join Date
    07-19-2009
    Location
    New Yoek
    MS-Off Ver
    Excel 2003
    Posts
    35

    Re: Formula for Greater , LEss than

    Thanks fellas. Both work great. Had no idea this can be achieved in so many different ways...

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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