=IF(ISBLANK(A21),"-",IF(AND(Y21="-",Z21="-",AA21="-"),X21,IF(AND(X21="-",Y21="-",Z21="-"),AA21,IF(AND(X21="-",Y21="-",AA21="-"),Z21,IF(AND(X21="-",Z21="-",AA21="-"),Y21,"Custom Security Tool"))))) ***the above in cell AB21
This formula returns "--" TYPE reveals Excel thinks it is text and when I test in cell AC21-> AB21="--" it returns false. I have no idea what the catch all in the last IF statement is not dubbing it "Custom Security Tool", as I desire it to. Please help.
Bookmarks