+ Reply to Thread
Results 1 to 4 of 4

Excel formula for "maximum value"

  1. #1
    Registered User
    Join Date
    06-08-2008
    Posts
    2

    Excel formula for "maximum value"

    I have a simple calculation with a twist -- I need to get a maximum value.

    Price per unit is $50, but only up to a maximum of 8 units. From 8-20, the maximum total price is $400.

    How do I get that result?

    Thanks for any help.

    David

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678
    Perhaps =MIN(qty, 8) * 50

  3. #3
    Registered User
    Join Date
    06-08-2008
    Posts
    2
    Thanks for the suggestion. I'm not sure what do with this formula.

    Currently, I have this in the cell: =H6*50

    I appreciate your help.

    David

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678
    Maybe =MIN(H6, 8) * 50

+ 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