Hello StarguyOriginally Posted by starguy
"If the text of the any cell on D column appears in any of the three previous columns (A, B, C), I need that text on the Fifth column"
If he wants the text in D to be in E isn't it
=IF(AND(ISERROR(MATCH(D1,$A$1:$A$20,0)),ISERROR(MATCH(D1,$B$1:$B$20,0)),ISERROR(MATCH(D1,$C$1:$C$20,0))),D1,"")
Bookmarks