Dear Members of the excel Forum,
I'm working on my school project in excel and I have some issues which I can't resolve. I want to count some cells in my excel sheet but with some conditions. I have to count only valid values. The values in columns cells are contains some strings which are valid or not (etc. ss, w, cb, f, .. are all valid values, but B and Z are not).
Actions: While the rang cells are under the counting, the counting result must meet some condition (etc. result of valid scan need to be equal 50). The key point is If the condition is true, than the counting need to be break and function result must be returned.
I have a several columns (with the values mentioned above) which doesn't have a same rang.
I tyed to use some conbination of the function "=COUNTIF(A2:A134,IF((COUNTA(A2:A134)-COUNTIF(A2:A134,"Z")-COUNTIF(A2:A134,"B")),"=50", and than to paste this formula for another column, but in vain.
Link to excelSheet:
https://drive.google.com/file/d/0B_M...RqbjFzY2M/view
Thanks allot!
Bookmarks