samyscraps01
Board Regular
- Joined
- Jul 6, 2017
- Messages
- 58
the following formula is used for extracting the numeric portion of the home address. However, how can I add onto this formula to give me the numeric portion of the p.o. box. The addresses appear on a single column but the formula leaves the po box cells blank because it's not finding a numeric portion on the left. See example.
=IF(ISERROR(VALUE(LEFT(F1,1))),"",LEFT(F1,FIND(" ",F1)-1))
100 MAPLE STREET, CALIFORNIA, 102030
P.O. BOX 10030, CALIFORNIA, 10230
=IF(ISERROR(VALUE(LEFT(F1,1))),"",LEFT(F1,FIND(" ",F1)-1))
100 MAPLE STREET, CALIFORNIA, 102030
P.O. BOX 10030, CALIFORNIA, 10230