Hi and welcome to the forum

For the left two numbers: =LEFT(A1,SEARCH(":",A1)-1)
For th right 3 numbers =RIGHT(A1,LEN(A1)-SEARCH(":",A1))