+ Reply to Thread
Results 1 to 3 of 3

Help with IF THEN Formula

  1. #1
    Registered User
    Join Date
    04-12-2018
    Location
    Franklin, TN
    MS-Off Ver
    2016
    Posts
    1

    Help with IF THEN Formula

    I am working on a formula and I am getting stuck.

    IF Cell A2<100% then I need cell B2=0

    A2 is >= 100% , but <125% then I need Cell B2=125
    If A2>100% but =<125% then B2=150
    If A2>=150% then B2=175

    Thanks!

  2. #2
    Forum Expert tim201110's Avatar
    Join Date
    10-23-2011
    Location
    Russia
    MS-Off Ver
    2016, 2019
    Posts
    2,357

    Re: Help with IF THEN Formula

    =lookup(a2,a4:b7)
    Attached Files Attached Files
    Last edited by tim201110; 04-12-2018 at 04:58 PM. Reason: forgot of 0

  3. #3
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.95 for Mac MS 365
    Posts
    8,682

    Re: Help with IF THEN Formula

    this would work...
    =LOOKUP(A2,{0,1,1.26,1.5},{0,125,150,175})
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

+ 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: 5
    Last Post: 02-16-2018, 06:50 AM
  2. Replies: 8
    Last Post: 09-22-2017, 05:41 AM
  3. Excel formula bar to display the result of the formula , not the formula?
    By max_max in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-18-2016, 07:15 PM
  4. Replies: 11
    Last Post: 06-06-2014, 03:34 PM
  5. how to hide formula in formula box, view lookup result in formula box?
    By vengatvj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-14-2013, 04:06 PM

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