I’m implementing an If-condition to convert integers based on inputs from another field. While the condition seems to function correctly, I encounter a NaN result when referencing these fields. Below is the formula I’m utilizing. I attempted to wrap the output values in INT() to fix this, but it caused additional issues. Is there something I overlooked?
IF(FIND('A',{Response}),-6,
IF(FIND('B',{Response}),-3,
IF(FIND('C',{Response}),1,
IF(FIND('D',{Response}),3,
IF(FIND('E',{Response}),5,"")))))