vbanewlearner
New Member
- Joined
- Nov 27, 2017
- Messages
- 2
Hi,
Q1: I have the following simplified chart (note: row can change so want to be able to do the totals at the last row). Total line want to make sure no decimals, bolded the entire Total row)
Q2: If want to add in column G that will return value % with 1 decimal which take column F $ divided by column D $ from row 8 to last row including total line
[TABLE="width: 1060"]
<tbody>[TR]
[TD][/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[/TR]
[TR]
[TD]Row 8[/TD]
[TD]Alphabet[/TD]
[TD]$[/TD]
[TD]$[/TD]
[TD]$[/TD]
[TD]$[/TD]
[/TR]
[TR]
[TD]Row 9[/TD]
[TD]Alphabet[/TD]
[TD]$[/TD]
[TD]$[/TD]
[TD]$[/TD]
[TD]$[/TD]
[/TR]
[TR]
[TD]Row 10[/TD]
[TD]Alphabet[/TD]
[TD]$[/TD]
[TD]$[/TD]
[TD]$[/TD]
[TD]$[/TD]
[/TR]
[TR]
[TD]Row 11[/TD]
[TD]Alphabet[/TD]
[TD]$[/TD]
[TD]$[/TD]
[TD]$[/TD]
[TD]$[/TD]
[/TR]
[TR]
[TD]Row 12[/TD]
[TD]Alphabet[/TD]
[TD]$[/TD]
[TD]$[/TD]
[TD]$[/TD]
[TD]$[/TD]
[/TR]
[TR]
[TD]Row X[/TD]
[TD](want to insert "Total" at the last row)[/TD]
[TD](want to sum up from C8 all the way to last row)[/TD]
[TD](want to sum up from D8 all the way to last row)[/TD]
[TD](want to sum up from E8 all the way to last row)[/TD]
[TD](want to sum up from F8 all the way to last row)[/TD]
[/TR]
</tbody>[/TABLE]
<strike></strike>Thank you.
Q1: I have the following simplified chart (note: row can change so want to be able to do the totals at the last row). Total line want to make sure no decimals, bolded the entire Total row)
Q2: If want to add in column G that will return value % with 1 decimal which take column F $ divided by column D $ from row 8 to last row including total line
[TABLE="width: 1060"]
<tbody>[TR]
[TD][/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[/TR]
[TR]
[TD]Row 8[/TD]
[TD]Alphabet[/TD]
[TD]$[/TD]
[TD]$[/TD]
[TD]$[/TD]
[TD]$[/TD]
[/TR]
[TR]
[TD]Row 9[/TD]
[TD]Alphabet[/TD]
[TD]$[/TD]
[TD]$[/TD]
[TD]$[/TD]
[TD]$[/TD]
[/TR]
[TR]
[TD]Row 10[/TD]
[TD]Alphabet[/TD]
[TD]$[/TD]
[TD]$[/TD]
[TD]$[/TD]
[TD]$[/TD]
[/TR]
[TR]
[TD]Row 11[/TD]
[TD]Alphabet[/TD]
[TD]$[/TD]
[TD]$[/TD]
[TD]$[/TD]
[TD]$[/TD]
[/TR]
[TR]
[TD]Row 12[/TD]
[TD]Alphabet[/TD]
[TD]$[/TD]
[TD]$[/TD]
[TD]$[/TD]
[TD]$[/TD]
[/TR]
[TR]
[TD]Row X[/TD]
[TD](want to insert "Total" at the last row)[/TD]
[TD](want to sum up from C8 all the way to last row)[/TD]
[TD](want to sum up from D8 all the way to last row)[/TD]
[TD](want to sum up from E8 all the way to last row)[/TD]
[TD](want to sum up from F8 all the way to last row)[/TD]
[/TR]
</tbody>[/TABLE]
<strike></strike>Thank you.