BURKMANTSU
New Member
- Joined
- Jun 25, 2018
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[/TR]
[TR]
[TD]Destination[/TD]
[TD]P/V[/TD]
[TD]Pup[/TD]
[TD]Van[/TD]
[TD]Dest. 2[/TD]
[TD]Pup Total[/TD]
[TD]Van Total[/TD]
[/TR]
[TR]
[TD]003[/TD]
[TD]p[/TD]
[TD]1[/TD]
[TD][/TD]
[TD]001[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]003[/TD]
[TD]v[/TD]
[TD][/TD]
[TD]1[/TD]
[TD]002[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]004[/TD]
[TD]v[/TD]
[TD][/TD]
[TD]1[/TD]
[TD]003[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]004[/TD]
[TD]p[/TD]
[TD]1[/TD]
[TD][/TD]
[TD]004[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]005[/TD]
[TD]p[/TD]
[TD]1[/TD]
[TD][/TD]
[TD]005[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]009[/TD]
[TD]p[/TD]
[TD]1[/TD]
[TD][/TD]
[TD]006[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]012[/TD]
[TD]v[/TD]
[TD][/TD]
[TD]1[/TD]
[TD]007[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]030[/TD]
[TD]v[/TD]
[TD][/TD]
[TD]1[/TD]
[TD]008[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
All Columns go to 500. Column A for Destinations is not set and can change depending on the data entered. Column E is a list of all Destinations. Both Columns A & E have a range of 001 to 498.
I want to sum Column C for each Destination in Column A and place these totals into Column F into the correct Destination. I will also want to do this for Column G as well.
I just want to know the total number of pups & vans from Column A and have those totals shown in Columns F & G.
I appreciate any advice/suggestions.
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[/TR]
[TR]
[TD]Destination[/TD]
[TD]P/V[/TD]
[TD]Pup[/TD]
[TD]Van[/TD]
[TD]Dest. 2[/TD]
[TD]Pup Total[/TD]
[TD]Van Total[/TD]
[/TR]
[TR]
[TD]003[/TD]
[TD]p[/TD]
[TD]1[/TD]
[TD][/TD]
[TD]001[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]003[/TD]
[TD]v[/TD]
[TD][/TD]
[TD]1[/TD]
[TD]002[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]004[/TD]
[TD]v[/TD]
[TD][/TD]
[TD]1[/TD]
[TD]003[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]004[/TD]
[TD]p[/TD]
[TD]1[/TD]
[TD][/TD]
[TD]004[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]005[/TD]
[TD]p[/TD]
[TD]1[/TD]
[TD][/TD]
[TD]005[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]009[/TD]
[TD]p[/TD]
[TD]1[/TD]
[TD][/TD]
[TD]006[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]012[/TD]
[TD]v[/TD]
[TD][/TD]
[TD]1[/TD]
[TD]007[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]030[/TD]
[TD]v[/TD]
[TD][/TD]
[TD]1[/TD]
[TD]008[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
All Columns go to 500. Column A for Destinations is not set and can change depending on the data entered. Column E is a list of all Destinations. Both Columns A & E have a range of 001 to 498.
I want to sum Column C for each Destination in Column A and place these totals into Column F into the correct Destination. I will also want to do this for Column G as well.
I just want to know the total number of pups & vans from Column A and have those totals shown in Columns F & G.
I appreciate any advice/suggestions.