I am building a scorecard to measure compliance for agents sales calls. I have the questions listed with data validation allowing only N or Y to be input below each question. Any question that has an N below will result in a failed call as they cannot miss one part. In order to do this I have used this formula =COUNTIF(G5:J5,"N") meaning it will count the volume of N's, next to this I have put this formula =IF(K5>=1,"FAIL","PASS") however when the questions that we fill in N or Y are blank the cell next to it showing the volume of N's is always 0 until filled in resulting in the box next to that always saying 'PASS'. I would like each of these boxes to stay blank only until Y or N's are input- I hope this makes sense..
I would like to return a blank cell if referenced cells are blank
111 views Asked by kim At
2
In K5 enter:
and in L5 enter: