Hello ,
I have multiple ranges for each name in EMPLOYEE sheet (about 10000rows for multiple ranges and multiple names) .
in EMPLOYEE sheet contains specific cells (NAME,FIRST BALANCE,SALARY,NET AMOUNT) should convert to headers consecutively when run the form when select sheet name from combobox1 and sum the columns (FIRST BALANCE,SALARY,NET AMOUNT) by show TOTAL row in lastrow in listbox without forget adding ITEM column in first column to autonumbering 1,2,....
result
thanks
I have multiple ranges for each name in EMPLOYEE sheet (about 10000rows for multiple ranges and multiple names) .
in EMPLOYEE sheet contains specific cells (NAME,FIRST BALANCE,SALARY,NET AMOUNT) should convert to headers consecutively when run the form when select sheet name from combobox1 and sum the columns (FIRST BALANCE,SALARY,NET AMOUNT) by show TOTAL row in lastrow in listbox without forget adding ITEM column in first column to autonumbering 1,2,....
OMRAN.xlsm | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | START DATE | LAST DATE | NAME | FIRST BALANCE | ||
2 | 01/01/2023 | 31/01/2023 | OMAR ALI OMAR | -20000 | ||
3 | SALARY | 3000 | ||||
4 | NET AMOUNT | -17000 | ||||
5 | ||||||
6 | ||||||
7 | START DATE | LAST DATE | NAME | FIRST BALANCE | ||
8 | 01/01/2023 | 31/01/2023 | AHMED OMAR ALI | -2000 | ||
9 | SALARY | 3000 | ||||
10 | NET AMOUNT | 1000 | ||||
11 | ||||||
12 | ||||||
13 | START DATE | LAST DATE | NAME | FIRST BALANCE | ||
14 | 01/01/2023 | 31/01/2023 | ALI MAHMUD OMAR | 1000 | ||
15 | SALARY | 2500 | ||||
16 | NET AMOUNT | 3500 | ||||
EMPLOYEE |
result
thanks