OK so I have a formula that returns a true or false value for a certaintext string....
IF(ISNUMBER(SEARCH("EPN",B40)),"EPN","")
So if EPN is in B40 then EPN is shown in the cell where the formula is enteredotherwise it is blank. Works perfectly.
But
I now need to search a number...