abdo meghari
Well-known Member
- Joined
- Aug 3, 2021
- Messages
- 612
- Office Version
- 2019
hi
i need way to seperate data cell for the column into multiple cells for multiple columns based on four or five or six items . so in column E contains some items but are differnt items numbers
if I have six items lik in E2 then when split into multiple cells for multiple columns ,then the column G should be three items and the column H should be two items and the column I should be one item and the column J should be the value as in column E. and if I have five items like in E2,3,7,12,13 , then the column G should be two items and the column H should be two items and the column I should be one item and the column J should be the value as in column E. and if I have four items like E6,8,9,10,11,14, then the column G should be two items and the column H should be one item and the column I should be one item and the column J should be the value as in column E.
note: when collect some items into the cell when split the data ignore the different space . the most important should be space among the items to split for each items into multiple cells based on spaces among the items
the orginal data are in column E,F
result from column G: J
I hope what I ask for it can be possible and logical
i need way to seperate data cell for the column into multiple cells for multiple columns based on four or five or six items . so in column E contains some items but are differnt items numbers
if I have six items lik in E2 then when split into multiple cells for multiple columns ,then the column G should be three items and the column H should be two items and the column I should be one item and the column J should be the value as in column E. and if I have five items like in E2,3,7,12,13 , then the column G should be two items and the column H should be two items and the column I should be one item and the column J should be the value as in column E. and if I have four items like E6,8,9,10,11,14, then the column G should be two items and the column H should be one item and the column I should be one item and the column J should be the value as in column E.
note: when collect some items into the cell when split the data ignore the different space . the most important should be space among the items to split for each items into multiple cells based on spaces among the items
the orginal data are in column E,F
SS .xlsm | ||||
---|---|---|---|---|
E | F | |||
1 | MRGED | QTY | ||
2 | BS 1200R20 18PR G580 TCF JAP | 100.00 | ||
3 | BS 1200R20 G580 TC THI | 200.00 | ||
4 | BS 1200R24 20PR G582 JAP | 300.00 | ||
5 | BS 13R22.5 R187 JAP | 400.00 | ||
6 | BS 1400R20 VSJ JAP | 500.00 | ||
7 | BS 155R12C T R623 INDO | 600.00 | ||
8 | BS 165R13C R624 INDO | 700.00 | ||
9 | BS 175/70R13 EP150 INDO | 800.00 | ||
10 | BS 175/70R14 EP150 THI | 200.00 | ||
11 | BS 1800R25** VKT JAP | 230.00 | ||
12 | BS 20.5R25** 2RR VUT IND | 120.00 | ||
13 | BS 1600-25 28PR RLS JAP | 100.00 | ||
14 | BS LT285/75R16 AT001 JAP | 120.00 | ||
ITEM |
result from column G: J
SS .xlsm | ||||||
---|---|---|---|---|---|---|
G | H | I | J | |||
1 | BRAND | TYPE | ORIGIN | QTY | ||
2 | BS 1200R20 18PR | G580 TCF | JAP | 100.00 | ||
3 | BS 1200R20 | G580 TC | THI | 200.00 | ||
4 | BS 1200R24 | 20PR G582 | JAP | 300.00 | ||
5 | BS13R22.5 | R187 | JAP | 400.00 | ||
6 | BS 1400R20 | VSJ | JAP | 500.00 | ||
7 | BS 155R12C T | R623 | INDO | 600.00 | ||
8 | BS 165R13C | R624 | INDO | 700.00 | ||
9 | BS 175/70R13 | EP150 | INDO | 800.00 | ||
10 | BS 175/70R14 | EP150 | THI | 200.00 | ||
11 | BS 1800R25** | VKT | JAP | 230.00 | ||
12 | BS 20.5R25** | 2RR VUT | IND | 120.00 | ||
13 | BS 1600-25 | 28PR RLS | JAP | 100.00 | ||
14 | BS LT285/75R16 | AT001 | JAP | 120.00 | ||
ITEM |
I hope what I ask for it can be possible and logical