Hi guys,
I have checked around the forum and I haven't quite found the perfect way to do what I want. Here it is.
I have three boxes at the top that should keep a running total. Each of the six dropdown lists contain the following values, A, B, C. The user will put a number in the numeric field and choose A, B or C. When he/she does then the amount in the numeric field goes in the proper box at the top "Total A" for A, "TotalB" for B and "TotalC" for C. The totals should continue to add.
Example one: if a user puts 200 in each Numeric Field and selected "A: in each dropdown list then "Total A" would be equal to 1200 and "Total B" and "Total C" would be 0.
Example two: User puts 100 in all six numeric fields and then selects "A","A","A", "B","B, "C" for each dropdown list. The totals at the top should be "Total A" = 300, "Total B" = 200 and "Total C" = 100.
I have to do this on a large scale so a global script might be better. Thanks so much for your help!