Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You seem to have extraneous characters in your formula.
Try: =IF(COUNTIF([range]="p")=7,"Distinction",IF(COUNTIF(C8:G18="p")=5,"Me rit",IF(COUNTIF(C8:E8="p")=3,"NOT YET ACHIEVED"))) I'm not sure what the range for your first COUNTIF should be, as you don't give one in your original formula. Also, the ranges given in your 2nd and 3rd COUNTIFs are not consistent with each other, so you should look at that as well. Dave -- Brevity is the soul of wit. " wrote: any one out there to help me MY FORMULA =` IF (countif(8:18),:=;="p")=7,"Distinction",IF(countif (C8:G18,"p",,)=5,"Merit",IF(Countif(C8;E8."p")=3," NOT YET ACHIEVED" ))) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Reusing formula | Excel Discussion (Misc queries) | |||
2 Nesting questions | Excel Worksheet Functions | |||
Match then lookup | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions |