Last time you'll all hear from me tonight, I promise...
Currently, I have a table set up on my Form whereby I can fill out time (daily) spent on a given project each week. Subsequent rows (if the user adds them) will give you another project you can fill your daily time in (Sunday > Saturday). And so on and so forth.
The problem is... I want a total at the end of each of those rows. It's easy enough to get the SUM of that row using variables and using a SUM calculation on that total field, but then when I add a second row, it continues to total up all fields, rather than just what is in that row! It's driving me a bit crazy. I've attached a picture of the table, and anything you can do to help is greatly appreciated!
My current calculation, in case you're curious or it helps, is...
=SUM(Time.Sun, Time.Mon, Time.Tues, Time.Wed, Time.Thurs, Time.Fri, Time.Sat)