Hi,
I have over 3000 rows of data similar to "MAYALB93.0106.04.39" in column E1. I want to parse it so that ...
A1 = MAYALB93
B1 = 0106
C1 = 04
D1 = 39
so far i was able to come up with this formula below , but i really feel lost
in A1 i did this:
=LEFT(E1,FIND(".",E1)-1)
in B1 i did this...