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!
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!
=lookup(a2,a4:b7)
Last edited by tim201110; 04-12-2018 at 04:58 PM. Reason: forgot of 0
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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks