B bfraser Member May 25, 2010 #1 A1 B1 1234-TL TRAILER LOADER If cell A1 contains "-TL" how can I format B1 to read "TRAILER LOADER"
K keymaster New Member May 25, 2010 #2 You need a formula, not formatting. In cell B1 write =if(countif(a1,"*-TL*")>0,"Trailer Loader","") This will display Trailer Loader in cell B1 whenever a1 has -TL anywhere in it.
You need a formula, not formatting. In cell B1 write =if(countif(a1,"*-TL*")>0,"Trailer Loader","") This will display Trailer Loader in cell B1 whenever a1 has -TL anywhere in it.