If values are or are not within a certain range

markdwalls

New Member
Joined
May 15, 2018
Messages
23
Office Version
  1. 365
Platform
  1. Windows
Hi all,


I am currently working on a spreadsheet for a design I'm working on.


I need to know how to get a cell to say, if another cell is:


Between 890 and 915 say "GOOD"
Greater than 915 say "LOWER"
Less than 890 say "LIFT"


I've had a go at using the IF tool but i can't find a way to use it so i can display all three values.

Below is a link to an image which shows how far i have got.

https://drive.google.com/open?id=1VryYAv3KJ3zJ6e69WjrL2MjI4xueW10O

Thanks in advance,

Mark
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Welcome to the MrExcel board!

Does this do what you want, or is there still a problem at the change-over points?

=LOOKUP(A1,{0,890,915},{"LIFT","GOOD","LOWER"})
 
Upvote 0

Forum statistics

Threads
1,216,122
Messages
6,128,963
Members
449,480
Latest member
yesitisasport

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top