Hello
I want to split SH1 into multiple sheets based on column B using helper column(G) to delete some characters .
after split data should make header name BALANCE and if the amount is credit or debit then should under BALANCE header
the the unique ID whether in helper column (G) or in column (B) will be 20 items and could be 4000 rows for SH1 sheet
and should update every sheet has already divided based on SH1 sheet and should rename sheets based on column G with considering I will add more items based on column B.
example:
results
I want to split SH1 into multiple sheets based on column B using helper column(G) to delete some characters .
after split data should make header name BALANCE and if the amount is credit or debit then should under BALANCE header
the the unique ID whether in helper column (G) or in column (B) will be 20 items and could be 4000 rows for SH1 sheet
and should update every sheet has already divided based on SH1 sheet and should rename sheets based on column G with considering I will add more items based on column B.
example:
sp.xlsm | |||||||||
---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | |||
1 | DATE | ACCOUNT REF | DEBIT | CREDIT | |||||
2 | 01/04/2023 | PUR PURCHASE INV 000011 | 20,000.00 | PUR PURCHASE | |||||
3 | 02/04/2023 | PUR PURCHASE INV 000012 | 20,000.00 | CASH PP | |||||
4 | 03/04/2023 | PUR PURCHASE INV 000013 | 20,000.00 | CASH SS | |||||
5 | 04/04/2023 | PUR PURCHASE INV 000014 | 20,000.00 | PAID PUR PURCHASE | |||||
6 | 05/04/2023 | PUR PURCHASE INV 000015 | 20,000.00 | ||||||
7 | 06/04/2023 | CASH PP 9000 | 1,000.00 | ||||||
8 | 07/04/2023 | CASH SS 9001 | 2,000.00 | ||||||
9 | 08/04/2023 | CASH PP 9002 | 1,200.00 | ||||||
10 | 09/04/2023 | CASH SS 9003 | 1,200.00 | ||||||
11 | 10/04/2023 | CASH SS 9004 | 1,300.00 | ||||||
12 | 11/04/2023 | CASH SS 9005 | 1,400.00 | ||||||
13 | 12/04/2023 | PAID PUR PURCHASE INV 000020 | 1,000.00 | ||||||
14 | 13/04/2023 | PAID PUR PURCHASE INV 000021 | 2,000.00 | ||||||
15 | 14/04/2023 | PAID PUR PURCHASE INV 000022 | 1,200.00 | ||||||
16 | 15/04/2023 | PUR PURCHASE INV 000023 | 1,200.00 | ||||||
17 | 16/04/2023 | PUR PURCHASE INV 000024 | 1,300.00 | ||||||
18 | 17/04/2023 | PUR PURCHASE INV 000025 | 2,000.00 | ||||||
sh1 |
results
sp.xlsm | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | DATE | ACCOUNT REF | BALANCE | ||
2 | 12/04/2023 | PAID PUR PURCHASE | 1,000.00 | ||
3 | 13/04/2023 | PAID PUR PURCHASE | 2,000.00 | ||
4 | 14/04/2023 | PAID PUR PURCHASE | 1,200.00 | ||
PAID PUR PURCHASE |
sp.xlsm | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | DATE | ACCOUNT REF | BALANCE | ||
2 | 06/04/2023 | CASH PP | 1,000.00 | ||
3 | 08/04/2023 | CASH PP | 1,200.00 | ||
CASH PP |
sp.xlsm | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | DATE | ACCOUNT REF | BALANCE | ||
2 | 07/04/2023 | CASH SS | 2,000.00 | ||
3 | 09/04/2023 | CASH SS | 1,200.00 | ||
4 | 10/04/2023 | CASH SS | 1,300.00 | ||
5 | 11/04/2023 | CASH SS | 1,400.00 | ||
CASH SS |
sp.xlsm | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | DATE | ACCOUNT REF | BALANCE | ||
2 | 01/04/2023 | PUR PURCHASE | 20,000.00 | ||
3 | 02/04/2023 | PUR PURCHASE | 20,000.00 | ||
4 | 03/04/2023 | PUR PURCHASE | 20,000.00 | ||
5 | 04/04/2023 | PUR PURCHASE | 20,000.00 | ||
6 | 05/04/2023 | PUR PURCHASE | 20,000.00 | ||
7 | 15/04/2023 | PUR PURCHASE | 1,200.00 | ||
8 | 16/04/2023 | PUR PURCHASE | 1,300.00 | ||
9 | 17/04/2023 | PUR PURCHASE | 2,000.00 | ||
PUR PURCHASE |