What seems simple, is driving me crazy . In short, cell A4 contains conditional survey responses of YES, NO, N/A and the below formula then multiplies a weighting from cell F4 to compute a raw score in the cell. My problem is when N/A is selected in the dropdown in A4, it is treating it as a 0. Is there a way to NOT include N/A at all and only assign the typical Yes a 1 and No a 0? Sorry for the newbie question, learning is a process, ha-ha.
=IF(A4="Yes",1,0)*NUMBERVALUE(LEFT(F4,2))
=IF(A4="Yes",1,0)*NUMBERVALUE(LEFT(F4,2))