I am having an issue performing calculations in a dynamic (expanding)
table. I have created "Add Row" and "Remove Row" buttons to enlarge and
shrink my table as I have more data to log. However, I cannot seem to
get the calculation to reference the row I am currently working in and
the previous row as I move down the table. I succeeded in getting the
calculation to run properly, but it is always based on the first
instance of the row. I am calculating in the same columns in each row,
but I need ...