Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm trying to get a cell to work 3 different functions depending on it's value.
#1 If cell value is less than 10 the cell displays "GOOD" #2 If cell value is more than 10 but less than 20 cell displays "FAIR" #3 If cell value is more than 20 cell displays "POOR" This is the function I have typed in now: =IF(BF32="","",IF(BF32<10,"GOOD",IF(BF3210<20,"FA IR","POOR"))) What did I do wrong? -- Thanks, Loren |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ISBLANK function not working when cell is blank dut to function re | Excel Discussion (Misc queries) | |||
IF function not working | Excel Worksheet Functions | |||
IF function not working | Excel Discussion (Misc queries) | |||
Sum function not working, help please! | Excel Worksheet Functions | |||
IF(AND function is not working | Excel Worksheet Functions |