I put this formula in my spreadsheet to help put "pass" or "passes" according to the number on the cell I chose to use.
here is the formula:
=IF(M2="1","Pass",IF(M2="2","Passes",IF(M2="3","Passes",IF(M2="4","Passes",IF(M2="5","Passes",IF(M2="6","Passes",IF(M2="7","Passes",IF(M2="8","Passes",IF(M2="9","Passes",IF(M2="10","Passes",IF(M2="11","Passes",IF(M2="12","Passes",IF(M2="13","Passes",IF(M2="14","Passes",IF(M2="15","Passes",IF(M2="16","Passes",IF(M2="17","Passes","")))))))))))))))))
If anyone sees anything wrong or can help me understand why it isn't working that would be greatly appreciated.
here is the formula:
=IF(M2="1","Pass",IF(M2="2","Passes",IF(M2="3","Passes",IF(M2="4","Passes",IF(M2="5","Passes",IF(M2="6","Passes",IF(M2="7","Passes",IF(M2="8","Passes",IF(M2="9","Passes",IF(M2="10","Passes",IF(M2="11","Passes",IF(M2="12","Passes",IF(M2="13","Passes",IF(M2="14","Passes",IF(M2="15","Passes",IF(M2="16","Passes",IF(M2="17","Passes","")))))))))))))))))
If anyone sees anything wrong or can help me understand why it isn't working that would be greatly appreciated.