Well the first five cells are the same as far as formula. Here's an
example:$=Cell5*Cell7That result calculates in Cell 8. There is also a
sub-total cell which is:Sum(Row1.Cell8, Row2.Cell8, Row3.Cell8,
Row4.Cell8, Row5.Cell8)Finally, the total amount cell calculates the
sub-total cell (above) and a cell which the user will input an amount
(which could also be zero):Sum(Row9[0].Cell3, Row9[1].Cell3)I'm not
seeing a button where I can attach the actual form. I think it might be
easier to troubles...