Thread: IF formula
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
casdaq casdaq is offline
external usenet poster
 
Posts: 18
Default IF formula

Thank you both - formula worked perfectly!

"Toppers" wrote:

in B1:

=LOOKUP(A1,{0,50,53,56,60},{"NM","MS","ME","FE","S E"})

"casdaq" wrote:

I need to create what I would think would be an IF formula for quite a large
group of measurements. Here is an example of what I am working with...

A B
Score Rating
55%

Here are the measurements below of how column B would reflect
NM = <50
MS = 50-52.9
ME = 53 -55.9
FE = 56-59.9
SE = or 60

Any easy ideas with the formula to use?