I have 6 columns where each of them will contain Yes or No. I want to know when a row contains all Yes's, and also when a row contains ANY No's. I added an additional column for "Approved" (for when all of the 6 columns is Yes), and "Denied" (for when any of the six columns is No).
My end goal is to be able to sum those counts (I know how to do this part), to say X amount of rows were Approved (all Yes's) and X amount of rows had at least 1 No (Denied).
Can someone help please? Thanks!