Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Can someone give me the formula for the following
Less than 80% then cell =A 80%-100% then cell = B 101% - 120% then cell = C Above 120% then cell = D |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
Try this: =IF(A2<0.8,"A",IF(A21.2,"D",IF(A21.01,"C","B"))) Andy. "Avril M." wrote in message ... Can someone give me the formula for the following Less than 80% then cell =A 80%-100% then cell = B 101% - 120% then cell = C Above 120% then cell = D |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
Match then lookup | Excel Worksheet Functions | |||
feel that the STANDARD DEVIATION formula on Excel is incorrect !! | Excel Worksheet Functions | |||
Calculation Setting in Excel | Excel Discussion (Misc queries) | |||
Excel Range Value issue (Excel 97 Vs Excel 2003) | Excel Discussion (Misc queries) |