I was provided with this formula by a kind user by the name of jtakw:
=IF(ISNUMBER(RIGHT(F2,4)+0),RIGHT(F2,4)+0,"")
It separates postcodes in the same cells as city names into their own cells. Some of my records' postcodes also fall within columns E or G. How can I add these so they are included along with Column F?
Thanks in advance for advice.
=IF(ISNUMBER(RIGHT(F2,4)+0),RIGHT(F2,4)+0,"")
It separates postcodes in the same cells as city names into their own cells. Some of my records' postcodes also fall within columns E or G. How can I add these so they are included along with Column F?
Thanks in advance for advice.