hello
I have this data for multiple sheets .
what I want it remove specific characters and exclude the first,second and last item from deletion
should be like this in column B
if it's possible by macro will be great because the data could be 2000 rows for each sheet
thanks
I have this data for multiple sheets .
c.xlsm | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
1 | ITEM | CODE | SSTR | QTY | BALANCE | ||
2 | 1 | VBA 123T123 215.5*S12.5BOTTOLE 1L PR123 NRIT214 TR | 23 | 12 | |||
3 | 2 | SLFR-101 FOOD-12 PR1011 NRIT2K CHI | 5 | 1 | |||
4 | 3 | SLFR FOOOD-1 RF100 NBGFR IND | 10 | 2 | |||
5 | 4 | DM/10 120***225l20 FSLUNCH PR121 BMTTR | 11 | 12 | |||
dd |
what I want it remove specific characters and exclude the first,second and last item from deletion
should be like this in column B
c.xlsm | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
1 | ITEM | CODE | SSTR | QTY | BALANCE | ||
2 | 1 | VBA 123T123 TR | 215.5*S12.5BOTTOLE 1L PR123 NRIT214 | 23 | 12 | ||
3 | 2 | SLFR-101 FOOD-12 CHI | PR1011 NRIT2K | 5 | 1 | ||
4 | 3 | SLFR FOOOD-1 IND | RF100 NBGFR | 10 | 2 | ||
5 | 4 | DM/10 120***225l20 BMTTR | FSLUNCH PR121 | 11 | 12 | ||
dd |
if it's possible by macro will be great because the data could be 2000 rows for each sheet
thanks