abdo meghari
Well-known Member
- Joined
- Aug 3, 2021
- Messages
- 612
- Office Version
- 2019
Hi
I want copying specific columns(A,B,C,D,E,K) from STOCK sheet to STOCK1 sheet , but I want excluding item in column B contains zero for adjacent cell in column K
when copy the data I don't want copying formatting I will create manually in STOCK1 sheet so should copy starting from row2 and should update STOCK1 sheet when update STOCK sheet without repeat copy to the bottom .
I need macro to deal with big data
result
I want copying specific columns(A,B,C,D,E,K) from STOCK sheet to STOCK1 sheet , but I want excluding item in column B contains zero for adjacent cell in column K
when copy the data I don't want copying formatting I will create manually in STOCK1 sheet so should copy starting from row2 and should update STOCK1 sheet when update STOCK sheet without repeat copy to the bottom .
I need macro to deal with big data
a.xlsm | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | |||
1 | ITEM | CODE | BRAND | TYPE | ORIGIN | ST | PT | AT | ALT | RET | NET | ||
2 | 1 | BSJG580120020 | BS 1200R20 | G580 | JAP | 20.00 | 20.00 | 5.00 | 2.00 | 37.00 | |||
3 | 2 | BSTG580120020 | BS 1200R20 | G580 | THI | 10.00 | 10.00 | 5.00 | 15.00 | ||||
4 | 3 | BSTR187120020 | BS 1200R20 | R187 | THI | 5.00 | 5.00 | ||||||
5 | 4 | BSJ3158022.5 | BS 315/80R22.5 | R184 | THI | 10.00 | 5.00 | 5.00 | .00 | ||||
STOCK |
a.xlsm | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
1 | ITEM | CODE | BRAND | TYPE | ORIGIN | NET | ||
2 | ||||||||
3 | ||||||||
4 | ||||||||
5 | ||||||||
6 | ||||||||
7 | ||||||||
8 | ||||||||
9 | ||||||||
10 | ||||||||
11 | ||||||||
12 | ||||||||
13 | ||||||||
14 | ||||||||
15 | ||||||||
16 | ||||||||
STOCK1 |
result
a.xlsm | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
1 | ITEM | CODE | BRAND | TYPE | ORIGIN | NET | ||
2 | 1 | BSJG580120020 | BS 1200R20 | G580 | JAP | 37.00 | ||
3 | 2 | BSTG580120020 | BS 1200R20 | G580 | THI | 15.00 | ||
4 | 3 | BSTR187120020 | BS 1200R20 | R187 | THI | 5.00 | ||
STOCK1 |