Hello
I'm not sure if could copy invoice information based on sheet name for this way and I hope so .
I have ENTER sheet should match sheet name based on M14 ,then should copy Invoice INFO(G2:G4) ,A20: G33 but the last row before total could be change , means doesn't row 33 is ending
example :
before
after
and should repeat the name and date and invoice until TOTAL as in column B:D row and sum in last row in column J or brings from ENTERING sheet in column G for adjacent cell TOTAL word in column F
another operation
before
aftre
thanks in advance
I'm not sure if could copy invoice information based on sheet name for this way and I hope so .
I have ENTER sheet should match sheet name based on M14 ,then should copy Invoice INFO(G2:G4) ,A20: G33 but the last row before total could be change , means doesn't row 33 is ending
example :
UP (3).xlsm | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | |||
1 | [Company Name] | INVOICE | |||||||||||||
2 | date | 2023/05/25 | |||||||||||||
3 | invoice | FRVG-1000 | |||||||||||||
4 | client | CR-1000 | |||||||||||||
5 | |||||||||||||||
6 | |||||||||||||||
7 | |||||||||||||||
8 | |||||||||||||||
9 | |||||||||||||||
10 | |||||||||||||||
11 | |||||||||||||||
12 | |||||||||||||||
13 | |||||||||||||||
14 | SALES | ||||||||||||||
15 | |||||||||||||||
16 | |||||||||||||||
17 | |||||||||||||||
18 | |||||||||||||||
19 | item | GOODS | TYPE | PR | QTY | unit | total | ||||||||
20 | 1 | ATR | AM1 | GR | 55 | 22.00 | 1,210.00 | ||||||||
21 | 2 | ATR | AM2 | PO | 14 | 33.00 | 462.00 | ||||||||
22 | 3 | ATR | AM1 | SO | 10 | 44.00 | 440.00 | ||||||||
23 | - | - | |||||||||||||
24 | - | - | |||||||||||||
25 | - | - | |||||||||||||
26 | - | - | |||||||||||||
27 | - | - | |||||||||||||
28 | - | - | |||||||||||||
29 | - | - | |||||||||||||
30 | - | - | |||||||||||||
31 | - | - | |||||||||||||
32 | - | - | |||||||||||||
33 | - | - | |||||||||||||
34 | - | - | |||||||||||||
35 | [42] | total | 2,112.00 | ||||||||||||
ENTER |
Cell Formulas | ||
---|---|---|
Range | Formula | |
G2 | G2 | =TODAY() |
F23:F34 | F23 | =IF(ISERROR(MATCH(B23,INV!A:A,0)),0,INDEX(INV!#REF!,MATCH(B23,INV!A:A,0))) |
G20:G34 | G20 | =F20*E20 |
G35 | G35 | =SUM(G20:G34) |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
B20:B34 | List | =INV!$A$2:$A$3 |
C20:C34 | List | =TYPE |
D20:D34 | List | =PR |
before
UP (3).xlsm | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | |||
1 | item | date | name | invoice | GOODS | TYPE | PR | QTY | unit | total | ||
2 | ||||||||||||
3 | ||||||||||||
4 | ||||||||||||
5 | ||||||||||||
6 | ||||||||||||
7 | ||||||||||||
8 | ||||||||||||
9 | ||||||||||||
SALES |
after
UP (3).xlsm | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | |||
1 | item | date | name | invoice | GOODS | TYPE | PR | QTY | unit | total | ||
2 | 1 | 25/05/2023 | CR-1000 | FRVG-1000 | ATR | AM1 | GR | 55 | 22.00 | 1,210.00 | ||
3 | 2 | 25/05/2023 | CR-1000 | FRVG-1000 | ATR | AM2 | PO | 14 | 33.00 | 462.00 | ||
4 | 3 | 25/05/2023 | CR-1000 | FRVG-1000 | ATR | AM1 | SO | 10 | 44.00 | 440.00 | ||
5 | TOTAL | 25/05/2023 | CR-1000 | FRVG-1000 | 2,112.00 | |||||||
6 | ||||||||||||
7 | ||||||||||||
8 | ||||||||||||
9 | ||||||||||||
SALES |
and should repeat the name and date and invoice until TOTAL as in column B:D row and sum in last row in column J or brings from ENTERING sheet in column G for adjacent cell TOTAL word in column F
another operation
UP (3).xlsm | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | |||
1 | [Company Name] | INVOICE | |||||||||||||
2 | date | 2023/05/25 | |||||||||||||
3 | invoice | FRVG-10001 | |||||||||||||
4 | client | CR-10001 | |||||||||||||
5 | |||||||||||||||
6 | |||||||||||||||
7 | |||||||||||||||
8 | |||||||||||||||
9 | |||||||||||||||
10 | |||||||||||||||
11 | |||||||||||||||
12 | |||||||||||||||
13 | |||||||||||||||
14 | SALES | ||||||||||||||
15 | |||||||||||||||
16 | |||||||||||||||
17 | |||||||||||||||
18 | |||||||||||||||
19 | item | GOODS | TYPE | PR | QTY | unit | total | ||||||||
20 | 1 | ATR | AM1 | GR | 10 | 22.00 | 220.00 | ||||||||
21 | 2 | ATR | AM2 | PO | 10 | 33.00 | 330.00 | ||||||||
22 | - | ||||||||||||||
23 | - | - | |||||||||||||
24 | - | - | |||||||||||||
25 | - | - | |||||||||||||
26 | - | - | |||||||||||||
27 | - | - | |||||||||||||
28 | - | - | |||||||||||||
29 | - | - | |||||||||||||
30 | - | - | |||||||||||||
31 | - | - | |||||||||||||
32 | - | - | |||||||||||||
33 | - | - | |||||||||||||
34 | - | - | |||||||||||||
35 | [42] | total | 550.00 | ||||||||||||
ENTER |
Cell Formulas | ||
---|---|---|
Range | Formula | |
G2 | G2 | =TODAY() |
F23:F34 | F23 | =IF(ISERROR(MATCH(B23,INV!A:A,0)),0,INDEX(INV!#REF!,MATCH(B23,INV!A:A,0))) |
G20:G34 | G20 | =F20*E20 |
G35 | G35 | =SUM(G20:G34) |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
B20:B34 | List | =INV!$A$2:$A$3 |
C20:C34 | List | =TYPE |
D20:D34 | List | =PR |
before
UP (3).xlsm | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | |||
1 | item | date | name | invoice | GOODS | TYPE | PR | QTY | unit | total | ||
2 | 1 | 25/05/2023 | CR-1000 | FRVG-1000 | ATR | AM1 | GR | 55 | 22.00 | 1,210.00 | ||
3 | 2 | 25/05/2023 | CR-1000 | FRVG-1000 | ATR | AM2 | PO | 14 | 33.00 | 462.00 | ||
4 | 3 | 25/05/2023 | CR-1000 | FRVG-1000 | ATR | AM1 | SO | 10 | 44.00 | 440.00 | ||
5 | TOTAL | 25/05/2023 | CR-1000 | FRVG-1000 | 2,112.00 | |||||||
6 | ||||||||||||
7 | ||||||||||||
8 | ||||||||||||
9 | ||||||||||||
SALES |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
E2:E4 | List | =INV!$A$2:$A$3 |
F2:F4 | List | =TYPE |
G2:G4 | List | =PR |
E6:E7 | List | =INV!$A$2:$A$3 |
F6:F7 | List | =TYPE |
G6:G7 | List | =PR |
aftre
UP (3).xlsm | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | |||
1 | item | date | name | invoice | GOODS | TYPE | PR | QTY | unit | total | ||
2 | 1 | 25/05/2023 | CR-1000 | FRVG-1000 | ATR | AM1 | GR | 55 | 22.00 | 1,210.00 | ||
3 | 2 | 25/05/2023 | CR-1000 | FRVG-1000 | ATR | AM2 | PO | 14 | 33.00 | 462.00 | ||
4 | 3 | 25/05/2023 | CR-1000 | FRVG-1000 | ATR | AM1 | SO | 10 | 44.00 | 440.00 | ||
5 | TOTAL | 25/05/2023 | CR-1000 | FRVG-1000 | 2,112.00 | |||||||
6 | 1 | 25/05/2023 | CR-1001 | FRVG-1001 | ATR | AM1 | GR | 10 | 22.00 | 220.00 | ||
7 | 2 | 25/05/2023 | CR-1001 | FRVG-1001 | ATR | AM2 | PO | 10 | 33.00 | 330.00 | ||
8 | TOTAL | 25/05/2023 | CR-1001 | FRVG-1001 | 550.00 | |||||||
9 | ||||||||||||
SALES |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
E2:E4 | List | =INV!$A$2:$A$3 |
F2:F4 | List | =TYPE |
G2:G4 | List | =PR |
E6:E7 | List | =INV!$A$2:$A$3 |
F6:F7 | List | =TYPE |
G6:G7 | List | =PR |
thanks in advance
Last edited: