xlhelp15
Board Regular
- Joined
- Sep 12, 2014
- Messages
- 115
- Office Version
- 365
- Platform
- Windows
- Mobile
- Web
Hello All,
Kindly help me for the below query which I need in the way of Excel-VBA.
Here column A - is the serial number and I need to sum the values of Column C (56+44.01+33.20 = 133.21) and provide the value in Column D in row 1. Likewise, it needs to sum automatically for the Serial numbers - 2, 3, 4, 5 and so on.
Your help is greatly appreciated !
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]1234
[/TD]
[TD]56.00
[/TD]
[TD]133.21
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]44.01
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]33.20
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]4567
[/TD]
[TD]33.35
[/TD]
[TD]78.20
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]44.85
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Kindly help me for the below query which I need in the way of Excel-VBA.
Here column A - is the serial number and I need to sum the values of Column C (56+44.01+33.20 = 133.21) and provide the value in Column D in row 1. Likewise, it needs to sum automatically for the Serial numbers - 2, 3, 4, 5 and so on.
Your help is greatly appreciated !
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]1234
[/TD]
[TD]56.00
[/TD]
[TD]133.21
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]44.01
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]33.20
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]4567
[/TD]
[TD]33.35
[/TD]
[TD]78.20
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]44.85
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Last edited: