Background: I'm using an ISTEXT formula for open cases to my support group, and I have a column for resolution, and another column for status. I want to formula that will do the following: If there is a resolution (text) in the resolution cell, the status cell will display the text resolved, but if the resolution cell is left blank the status cell should display the text unresolved.
Currently the formula: =ISTEXT(D2) results in True/False
Question:
Can I add to the ISTEXT formula to change the True/False default to Resolved/Unresolved?