No need to get defensive.
It will help us help you faster if you tell us what you have already tried and state your desired outcome more clearly in the first place.
Now that I know what you're after, I can offer this:
[tab]=if(isnumber(find("J6R",A1)),"J6R","")
Or you can replace the text with another cell reference:
[tab]=if(isnumber(find(B1,A1)),B1,"")
[tt]_____
[blue]-John[/blue][/tt]
[tab][red]The plural of anecdote is not data[/red]
Help us help you. Please read FAQ181-2886 before posting.