G Guest Mar 3, 2007 #1 euro.stat 1434,41051,country=s I want to replace 41051 with other 5 digit numbers every time i drag it in Excel.
euro.stat 1434,41051,country=s I want to replace 41051 with other 5 digit numbers every time i drag it in Excel.
G Guest Mar 3, 2007 #2 One try .. Source data as posted assumed representative, and running in A1 down, with replacement numbers listed in B1 down Put in C1 =LEFT(A1,LEN(A1)-SEARCH(",",A1))&TEXT(B1,"00000")&RIGHT(A1,LEN(A1)-SEARCH(",",A1,SEARCH(",",A1)+1)+1) Copy down
One try .. Source data as posted assumed representative, and running in A1 down, with replacement numbers listed in B1 down Put in C1 =LEFT(A1,LEN(A1)-SEARCH(",",A1))&TEXT(B1,"00000")&RIGHT(A1,LEN(A1)-SEARCH(",",A1,SEARCH(",",A1)+1)+1) Copy down