I have a list (table) with with five columns. In the last column I want my customers to enter the amount of hours worked. I then want all the hours entered into the rows in the last column to add together and display the total under my list. How can I achieve this?
Hi Jana. This plugin will allow you to perform list field calculations:
If you don’t want to use a plugin like this, you will need to create some custom code in JavaScript or jQuery to handle the calculations.
If you have any other questions please let us know.