realtallgal
IS-IT--Management
I have a column of numbers, from 1-5, and the rest are blank. I want to make all of the blanks N/A, the formula I have been struggling with is not working (have a feeling I am over thinking this).. I want to leave the 1-3 as they are but change the blanks to NA
=IF(OR(Q3="1",Q3 ="2",Q3 ="3"),"),"OK","NA")
=IF(OR(Q3="1",Q3 ="2",Q3 ="3"),"),"OK","NA")