Two checkbox columns and a c jumbled colum
This is probably really basic but Ive been teaching myself Java script via Google and YouTube. I'm learning a lot but I hit a wall. I have a section of a pdf with 36 rows and several columns. (Only 4 columns matter here). The student enters each course (title) they completed in column 1. They enter how many units the course was in another column. I'm a third column is a checkbox they select only if the course was a history course. In a fourth column is a checkbox they only select if the course is a math course: I need three totals beneath the list of courses. Total History units, total math units and total of all units including those not either history or math. .afding just the the history or math units based on the if a certain checkbox was selected in each row is what's stumping me. Can someone point me in the right direction?
