Hi, bosco_yip!
You're right, thanks for the catch.
Hi, mithil1!
Try this, it'll work with any number of years:
=IZQUIERDA(A1;HALLAR(" ";A1))&(-IZQUIERDA(A1;HALLAR(" ";A1))-1) -----> in English: =LEFT(A1,SEARCH(" ",A1))&(-LEFT(A1,SEARCH(" ",A1))-1)
Regards!