hello,
I have combobox1,checkbox1 and many sheets
and data in sheets
when select name from combobox1, checkbox1
then will search name in RC sheet in column B, show zero in BALANCE column E into cell for name and move amount to adjacent cell in column F like this
if unselected checkbox1 then return amount in column E and delete amount from column F like this
another example:
when select name from combobox1, checkbox1
then will search name based on sheet name , show zero in BALANCE column E into cell for name and move amount to adjacent cell in column F like this
if unselected checkbox1 then return amount in column E and delete amount from column F like this
I have combobox1,checkbox1 and many sheets
and data in sheets
ABDO.xlsm | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
1 | ITEM | NAME | DEBIT | CREDIT | BALANCE | BAD DEBT | ||
2 | 1 | Abdo | 2,000.00 | 1,000.00 | 1,000.00 | |||
3 | 2 | Abbdo | 5,000.00 | 5,000.00 | ||||
4 | 3 | Abdomen | 3,000.00 | 4,000.00 | -1,000.00 | |||
5 | 4 | Addob | 2,000.00 | 200.00 | 1,800.00 | |||
6 | TOTAL | 12,000.00 | 5,200.00 | 6,800.00 | ||||
RC |
ABDO.xlsm | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
1 | DATE | INFO | DEBIT | CREDIT | BALANCE | BAD DEBT | ||
2 | 01/01/2025 | INV 111 | 2,000.00 | 2,000.00 | ||||
3 | 02/01/2025 | INV 112 | 2,000.00 | 0.00 | ||||
4 | 03/01/2025 | INV 113 | 2,000.00 | -2,000.00 | ||||
5 | 04/01/2025 | INV 114 | 1,000.00 | -3,000.00 | ||||
6 | 05/01/2025 | PAID | 5,000.00 | 2,000.00 | ||||
7 | 06/01/2025 | RECEIVED | 500.00 | 1,500.00 | ||||
8 | TOTAL | 7,000.00 | 5,500.00 | 1,500.00 | ||||
AB |
ABDO.xlsm | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
1 | DATE | INFO | DEBIT | CREDIT | BALANCE | BAD DEBT | ||
2 | 01/01/2025 | INV 114 | 2,000.00 | 2,000.00 | ||||
3 | 01/01/2025 | RECEIVED | 1,000.00 | 1,000.00 | ||||
4 | 02/01/2025 | INV 115 | 2,000.00 | -1,000.00 | ||||
5 | 03/01/2025 | INV 116 | 2,000.00 | -3,000.00 | ||||
6 | TOTAL | 2,000.00 | 5,000.00 | -3,000.00 | ||||
ADD |
when select name from combobox1, checkbox1
then will search name in RC sheet in column B, show zero in BALANCE column E into cell for name and move amount to adjacent cell in column F like this
ABDO.xlsm | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
1 | ITEM | NAME | DEBIT | CREDIT | BALANCE | BAD DEBT | ||
2 | 1 | Abdo | 2,000.00 | 1,000.00 | 0.00 | 1,000.00 | ||
3 | 2 | Abbdo | 5,000.00 | 5,000.00 | ||||
4 | 3 | Abdomen | 3,000.00 | 4,000.00 | -1,000.00 | |||
5 | 4 | Addob | 2,000.00 | 200.00 | 1,800.00 | |||
6 | TOTAL | 12,000.00 | 5,200.00 | 6,800.00 | ||||
RC |
if unselected checkbox1 then return amount in column E and delete amount from column F like this
ABDO.xlsm | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
1 | ITEM | NAME | DEBIT | CREDIT | BALANCE | BAD DEBT | ||
2 | 1 | Abdo | 2,000.00 | 1,000.00 | 1,000.00 | |||
3 | 2 | Abbdo | 5,000.00 | 5,000.00 | ||||
4 | 3 | Abdomen | 3,000.00 | 4,000.00 | -1,000.00 | |||
5 | 4 | Addob | 2,000.00 | 200.00 | 1,800.00 | |||
6 | TOTAL | 12,000.00 | 5,200.00 | 6,800.00 | ||||
RC |
another example:
when select name from combobox1, checkbox1
then will search name based on sheet name , show zero in BALANCE column E into cell for name and move amount to adjacent cell in column F like this
ABDO.xlsm | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
1 | DATE | INFO | DEBIT | CREDIT | BALANCE | BAD DEBT | ||
2 | 01/01/2025 | INV 114 | 2,000.00 | 2,000.00 | ||||
3 | 01/01/2025 | RECEIVED | 1,000.00 | 1,000.00 | ||||
4 | 02/01/2025 | INV 115 | 2,000.00 | -1,000.00 | ||||
5 | 03/01/2025 | INV 116 | 2,000.00 | -3,000.00 | ||||
6 | TOTAL | 2,000.00 | 5,000.00 | 0.00 | -3,000.00 | |||
ADD |
if unselected checkbox1 then return amount in column E and delete amount from column F like this
ABDO.xlsm | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
1 | DATE | INFO | DEBIT | CREDIT | BALANCE | BAD DEBT | ||
2 | 01/01/2025 | INV 114 | 2,000.00 | 2,000.00 | ||||
3 | 01/01/2025 | RECEIVED | 1,000.00 | 1,000.00 | ||||
4 | 02/01/2025 | INV 115 | 2,000.00 | -1,000.00 | ||||
5 | 03/01/2025 | INV 116 | 2,000.00 | -3,000.00 | ||||
6 | TOTAL | 2,000.00 | 5,000.00 | -3,000.00 | ||||
ADD |