Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I'd like to enter a formula where if c1 is greater than 1 then c18 equals A
if c1 is between 90-100 then c18 equals B if c1 is between 80-89 then c18 equals C if c1 is less than 80 then c18 equals D Thanks for any help. |
#2
![]() |
|||
|
|||
![]()
Hi
Your example is ambiguous so I have amended the conditions to if c1 is between 1 and 69 then A if c1 is between 70 and 79 then D if c1 is between 80 and 89 then C if c1 is between 90 and 100 then B Given the above, try the formula in C18 of the following (all one line if text wraps) =IF(C1100,"Greater than100",IF(C1=90,"B",IF(C1=80,"C",IF(C1=70,"D" ,IF(C1=1,"A","Invalid"))) )) -- XL2002 Regards William "Qaspec" wrote in message ... | I'd like to enter a formula where if c1 is greater than 1 then c18 equals A | if c1 is between 90-100 then | c18 equals B | if c1 is between 80-89 then | c18 equals C | if c1 is less than 80 then | c18 equals D | | Thanks for any help. | |
#3
![]() |
|||
|
|||
![]()
=IF(C18=1,"A",LOOKUP(C18,{2,80,90},{"D","C","B"}))
HTH Jason Atlanta, GA -----Original Message----- I'd like to enter a formula where if c1 is greater than 1 then c18 equals A if c1 is between 90-100 then c18 equals B if c1 is between 80-89 then c18 equals C if c1 is less than 80 then c18 equals D Thanks for any help. . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLOOKUP question | Excel Discussion (Misc queries) | |||
Formula Question.....PLEASE PLEASE help! | Excel Discussion (Misc queries) | |||
how do I make a formula NOT change when the data range is moved? | Excel Discussion (Misc queries) | |||
I want the results of a formula to show in cell, NOT THE FORMULA! | Excel Discussion (Misc queries) | |||
Excel2K: Is it possible to use dynamic named ranges in custom data validation formula? | Excel Discussion (Misc queries) |