What's wrong with my formula?
Posted by Yendor on April 07, 2000 11:36 AM
Trying to count the number of rows that have E?/RA* in the first column, and a non-blank cell in the second column.
=COUNTA(IF(A81:A135="E?/RA*",IF(B81:B135,A81:A135)))
This always gives the same (wrong) value! Tried changing the search values, but still get the same (wrong) results! Can anyone tell me a better way to do this? It has to be a single step process.