abdo meghari
Well-known Member
- Joined
- Aug 3, 2021
- Messages
- 612
- Office Version
- 2019
hi
I would split data from sheet tires into multiple sheets based on first for two letters (FS,BS.....) and when split data should arrange data the numbers from small to big.
so as you see in sheet BS when arrange should search the less number after R and arrange to big and should search the less number in the beginning item before letter R and arrange to big.
and should replace data in divided sheet when change or add new data in sheet TIRES.
original data in sheet TIRES
result after split for each sheet
I would split data from sheet tires into multiple sheets based on first for two letters (FS,BS.....) and when split data should arrange data the numbers from small to big.
so as you see in sheet BS when arrange should search the less number after R and arrange to big and should search the less number in the beginning item before letter R and arrange to big.
and should replace data in divided sheet when change or add new data in sheet TIRES.
original data in sheet TIRES
list1.xlsx | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | ITEM | BRAND | QTY | ||
2 | 1 | BS 175/70R13 B25 INDO | 230 | ||
3 | 2 | BS 175/70R13 EP150 THI | 123 | ||
4 | 3 | BS 195/60R15 AR20 INDO | 2300 | ||
5 | 4 | BS 195/60R15 EP150 THI | 500 | ||
6 | 5 | BS 195/60R15 T001 JAP | 1535 | ||
7 | 6 | BS 195/60R15 150EZ THI | 2570 | ||
8 | 7 | BS 195/65R15 MY02 THI | 3605 | ||
9 | 8 | BS 205/70R15 694 JAP | 4640 | ||
10 | 9 | BS 185/70R13 EP150 INDO | 5675 | ||
11 | 10 | BS 175/65R14 EP150 THI | 6710 | ||
12 | 11 | BS 175/65R14 B25 INDO | 7745 | ||
13 | 12 | BS 175/70R14 EP150 THI | 8780 | ||
14 | 13 | BS 175/70R14 MY02 THI | 9815 | ||
15 | 14 | BS 185/65R14 TEC THI | 10850 | ||
16 | 15 | BS 185/65R14 150EZ INDO | 11885 | ||
17 | 16 | BS 185/65R14 EP150 INDO | 12920 | ||
18 | 17 | BS 195/70R14 150EZ INDO | 13955 | ||
19 | 18 | BS 185/65R15 TC10 INDO | 14990 | ||
20 | 19 | BS 185/65R15 T005 INDO | 16025 | ||
21 | 20 | BS 185/65R15 T01 JAP | 17060 | ||
22 | 21 | BS 185/65R15 B250 JAP | 18095 | ||
23 | 22 | FS 205/55R16 RE003 THI | 24305 | ||
24 | 23 | FS 205/65R15 EP150 INDO | 25340 | ||
25 | 24 | FS 205/65R15 MY02 THI | 26375 | ||
26 | 25 | FS 195/65R15 EP150 THI | 27410 | ||
27 | 26 | FS 195/65R15 EP150 JAP | 28445 | ||
28 | 27 | FS 195/65R15 T001 JAP | 29480 | ||
29 | 28 | FS 195/55R16 EP300 THI | 30515 | ||
30 | 29 | FS 205/65R15 TZ700 JAP | 31550 | ||
TIRES |
result after split for each sheet
list1.xlsx | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | ITEM | BRAND | QTY | ||
2 | 1 | FS 195/65R15 EP150 THI | 27410 | ||
3 | 2 | FS 195/65R15 EP150 JAP | 28445 | ||
4 | 3 | FS 195/65R15 T001 JAP | 29480 | ||
5 | 4 | FS 205/65R15 EP150 INDO | 25340 | ||
6 | 5 | FS 205/65R15 MY02 THI | 26375 | ||
7 | 6 | FS 205/65R15 TZ700 JAP | 31550 | ||
8 | 7 | FS 195/55R16 EP300 THI | 30515 | ||
9 | 8 | FS 205/55R16 RE003 THI | 24305 | ||
FS |
list1.xlsx | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | ITEM | BRAND | QTY | ||
2 | 1 | BS 175/70R13 B25 INDO | 230 | ||
3 | 2 | BS 175/70R13 EP150 THI | 123 | ||
4 | 3 | BS 185/70R13 EP150 INDO | 5675 | ||
5 | 4 | BS 175/65R14 EP150 THI | 6710 | ||
6 | 5 | BS 175/65R14 B25 INDO | 7745 | ||
7 | 6 | BS 175/70R14 EP150 THI | 8780 | ||
8 | 7 | BS 175/70R14 MY02 THI | 9815 | ||
9 | 8 | BS 185/65R14 TEC THI | 10850 | ||
10 | 9 | BS 185/65R14 150EZ INDO | 11885 | ||
11 | 10 | BS 185/65R14 EP150 INDO | 12920 | ||
12 | 11 | BS 195/70R14 150EZ INDO | 13955 | ||
13 | 12 | BS 185/65R15 TC10 INDO | 14990 | ||
14 | 13 | BS 185/65R15 T005 INDO | 16025 | ||
15 | 14 | BS 185/65R15 T01 JAP | 17060 | ||
16 | 15 | BS 185/65R15 B250 JAP | 18095 | ||
17 | 16 | BS 195/60R15 AR20 INDO | 2300 | ||
18 | 17 | BS 195/60R15 EP150 THI | 500 | ||
19 | 18 | BS 195/60R15 T001 JAP | 1535 | ||
20 | 19 | BS 195/60R15 150EZ THI | 2570 | ||
21 | 20 | BS 195/65R15 MY02 THI | 3605 | ||
22 | 21 | BS 205/70R15 694 JAP | 4640 | ||
BS |