AnkurKatyal
New Member
I have data in Column A with values like following:
Row1= 2e/000/65/rt/67/
Row2= 5e/ert/004/gt/7u/
Row3= 2f/ert/5t/rt/7u/
I want to split data of each cell considering / as seperator. But I dont want / sign removed when output is generated.
Data in column B upto Row 3 should be as:
Row1= 67/
Row2= 7u/
Row3= 7u/
Data in column C upto Row 3 should be as:
Row1= 65/
Row2= 004/
Row3= rt/
Row1= 2e/000/65/rt/67/
Row2= 5e/ert/004/gt/7u/
Row3= 2f/ert/5t/rt/7u/
I want to split data of each cell considering / as seperator. But I dont want / sign removed when output is generated.
Data in column B upto Row 3 should be as:
Row1= 67/
Row2= 7u/
Row3= 7u/
Data in column C upto Row 3 should be as:
Row1= 65/
Row2= 004/
Row3= rt/