Thread
:
Splitting text in a cell
View Single Post
#
1
Posted to microsoft.public.excel.programming
Tieu
external usenet poster
Posts: 4
Splitting text in a cell
See if this can help.
Assume your A1 cell contains: SHEFFIELD UNITED:BLADES
use formula in B1
=LEFT(A1,FIND(":",A1)-1)
use this formula in C1
=RIGHT(A1,LEN(A1) - FIND(":",A1))
Reply With Quote
Tieu
View Public Profile
Find all posts by Tieu