Pull a fixed number of characters from the start of a text — codes, prefixes, initials.
=LEFT(A2, 3)
LEFT returns the first N characters (here 3) from the start of the text.