+ Reply to Thread
Results 1 to 4 of 4

If formula with a upper and lower value limits

  1. #1
    Registered User
    Join Date
    12-03-2008
    Location
    Tulsa
    Posts
    18

    If formula with a upper and lower value limits

    The values in F4:F14 are changed depending on the value in F2. The rows in green have a fixed value. The row in yellow has a lower limit (170)and upper limit (195). I cannot get a formula in F14 to perform this function. Thank You in advance.
    Attached Files Attached Files
    Last edited by elcasey125; 04-20-2009 at 12:02 AM.

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: If formula with a upper and lower value limits

    Using your posted workbook....
    Try tnis

    Please Login or Register  to view this content.
    Copy that formula up as far as you need.

    Does that help?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  3. #3
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: If formula with a upper and lower value limits

    for future reference you have not constructed the if correctly
    =IF(D9*F2<=170,170,IF(D9*F2>=195,195,D9*F2))
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  4. #4
    Registered User
    Join Date
    12-03-2008
    Location
    Tulsa
    Posts
    18

    Re: If formula with a upper and lower value limits

    Thanks Ron, Problem solved.

+ 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