Coerce the resulting string to number, a number of ways:

=0+LEFT(A2,3)

=--LEFT(A2,3)

=1*LEFT(A2,3)

=VALUE(LEFT(A2,3))