Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
I have a range of cells that could contain numbers (from d11 to ac11), if and countif function in the next cell to count the numbers meeting the criteria. This range could be blank (empty cell). The function returns 0 number if they meet the criteria or they are blank. The zero could be because of the criteria or because the cells are empty. I want to write this in the next cell but it does not work: =IF(AND(D11:AD11="";AE11=0);"notpass";IF(AND(0AE1 1<=3);"pass";IF(OR(ISNUMBER(D11:AD11);AE11=0);"fin e";""))) Why this because some ranges can be blanks, and some ranges could have numbers but not in all the cells. Thanks in Advance Jam |