Hello,
Allow me to apologize in advance for what may seem to some to be a rather ridiculous question. I have tried searching Google and this forum with no luck. One drawback to the Internet is that sometimes there is TO MUCH information
I have found many subjects that have the same topic title as me, but they do not describe or do what I am looking for. Allow me to explain:
I have one sheet in my workbook. In it I am using two columns. Column A is 'Name'. Column B is 'Number'. I have frozen the top row. In cell 1A I have put 'Total ='. In cell 1B I would like to have a running total taken from values entered into Column B.
Example (I don't know why there is a HUGE amount of space after this line. Sorry about that):
<table>
<tbody>
<tr height="20">
<td height="20" style="height:20px;width:156px;">
Total =</td>
<td style="width:64px;">
</td>
</tr>
<tr height="20">
<td height="20" style="height:20px;">
Red</td>
<td align="right">
16</td>
</tr>
<tr height="20">
<td height="20" style="height:20px;">
Blue</td>
<td align="right">
15</td>
</tr>
<tr height="20">
<td height="20" style="height:20px;">
Orange</td>
<td align="right">
9</td>
</tr>
<tr height="20">
<td height="20" style="height:20px;">
Pink</td>
<td align="right">
31</td>
</tr>
<tr height="20">
<td height="20" style="height:20px;">
Yellow</td>
<td align="right">
16</td>
</tr>
</tbody>
</table>
'Total =' should be updated as I enter a value.
I hope that I have been able to explain what I am looking for as best as possible. If you have any questions please feel free to ask. Thank you for any responses.
Allow me to apologize in advance for what may seem to some to be a rather ridiculous question. I have tried searching Google and this forum with no luck. One drawback to the Internet is that sometimes there is TO MUCH information
I have one sheet in my workbook. In it I am using two columns. Column A is 'Name'. Column B is 'Number'. I have frozen the top row. In cell 1A I have put 'Total ='. In cell 1B I would like to have a running total taken from values entered into Column B.
Example (I don't know why there is a HUGE amount of space after this line. Sorry about that):
<table>
<tbody>
<tr height="20">
<td height="20" style="height:20px;width:156px;">
Total =</td>
<td style="width:64px;">
</td>
</tr>
<tr height="20">
<td height="20" style="height:20px;">
Red</td>
<td align="right">
16</td>
</tr>
<tr height="20">
<td height="20" style="height:20px;">
Blue</td>
<td align="right">
15</td>
</tr>
<tr height="20">
<td height="20" style="height:20px;">
Orange</td>
<td align="right">
9</td>
</tr>
<tr height="20">
<td height="20" style="height:20px;">
Pink</td>
<td align="right">
31</td>
</tr>
<tr height="20">
<td height="20" style="height:20px;">
Yellow</td>
<td align="right">
16</td>
</tr>
</tbody>
</table>
'Total =' should be updated as I enter a value.
I hope that I have been able to explain what I am looking for as best as possible. If you have any questions please feel free to ask. Thank you for any responses.