Hi all
Iam new to macro. i need a help in sumif function. my input is table one
<tbody>
</tbody>the out put i need is like this
<tbody>
</tbody>
i can do this in formule. but i need in VBA. pls help.
Iam new to macro. i need a help in sumif function. my input is table one
table 1 | ||
Sno | Name | qty |
1 | aa | 10 |
2 | bb | 50 |
3 | aa | 60 |
4 | cc | 30 |
5 | aa | 10 |
6 | cc | 20 |
7 | cc | 50 |
8 | dd | 20 |
<tbody>
</tbody>
table 2 | ||
Sno | Name | qty |
1 | aa | 80 |
2 | bb | 50 |
3 | cc | 100 |
4 | dd | 20 |
<tbody>
</tbody>
i can do this in formule. but i need in VBA. pls help.