I have a list of goods as can be seen below, I want to use a button (transfer data) to click on and the rows be copied into a table in another sheet in a way to fill the empty rows from the top of the table
the table the data to be copied in:
Book1.xlsm | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | |||
1 | ||||||||||
2 | ||||||||||
3 | Goods | Price | Count | Total Price | ||||||
4 | Good1 | 100 | 5 | 500 | ||||||
5 | Good2 | 50 | 3 | 150 | ||||||
6 | Good3 | 45 | 6 | 270 | ||||||
7 | Good4 | 10 | 90 | 900 | ||||||
8 | ||||||||||
9 | ||||||||||
AAA |
Cell Formulas | ||
---|---|---|
Range | Formula | |
E4:E6 | E4 | =D4*C4 |
the table the data to be copied in:
Book1.xlsm | |||||||||
---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | |||
1 | |||||||||
2 | No | Goods | Price | Count | Total Price | ||||
3 | |||||||||
4 | |||||||||
5 | |||||||||
6 | |||||||||
7 | |||||||||
8 | |||||||||
9 | |||||||||
10 | |||||||||
11 | |||||||||
12 | |||||||||
13 | |||||||||
14 | |||||||||
15 | |||||||||
16 | |||||||||
17 | |||||||||
18 | |||||||||
19 | |||||||||
20 | |||||||||
BBB |