The IF formula I have is as follows:
=IF(F9>=2,"Low",IF(F9=1,"Medium",IF(F9="Nothing","High",IF(ISBLANK(F9)," ",))))
The function is still auto-filling the cell as "Low" even though I have "Nothing" written in the cell.
At first, instead of "Nothing" I had 0 in the formula, however, it ignored the IF(ISBLANK... function and still auto-filled everything as "High". If there's a way to fix this, please let me know.
Bookmarks