Hello All,
Good day !!!!
I have excel in the below format.
I need sum of value based on name and status.
And also i need Descrption also.
It is possible in VBA.
Please help on that...
Good day !!!!
I have excel in the below format.
Excel Workbook | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | Name | Desc | Status | Spend | ||
2 | ravi | Good boy | 1 | 10 | ||
3 | kumar | Ave | 3 | 10 | ||
4 | ravi | Good boy | 1 | 20 | ||
5 | ravi | Good boy | 2 | 30 | ||
6 | kumar | AVE | 1 | 40 | ||
7 | suresh | MED | 1 | 50 | ||
8 | sub | MED | 3 | 60 | ||
9 | ravi | Good boy | 2 | 70 | ||
10 | ravi | Good boy | 3 | 80 | ||
11 | ravi | Good boy | 1 | 20 | ||
Sheet1 |
I need sum of value based on name and status.
And also i need Descrption also.
It is possible in VBA.
Excel Workbook | |||||||
---|---|---|---|---|---|---|---|
F | G | H | I | J | |||
1 | Name | DESC | Status 1 | Status 2 | Status 3 | ||
2 | ravi | Good boy | 50 | 100 | 80 | ||
3 | kumar | AVE | 40 | 10 | |||
4 | sub | MED | 60 | ||||
5 | suresh | MED | 50 | ||||
Sheet1 |
Please help on that...