In the Task Sheet, I have a custom Numbers column called "Jellybeans". Each task has a resource attached, and some number of beans gets entered into the field. So you'd have something like
Task: let loose the fnord Resource: Alice Jellybeans: 5
Task: open the store Resource: Alice Jellybeans: 3
Task: TURN IT OFF Resource: Bob: Jellybeans: 4
Now, in the Resource Sheet, I create another custom number field, "Total Jellybeans". I want this field to sum all of the jellybeans attached to the resources in the Task Sheet. So you'd have
Resource: Alice Total Jellybeans: 8
Resource: Bob Total Jellybeans: 4
--I cannot figure out how to do this--. Tasks and Resources don't really seem to talk to each other like I'd expect, and I can't find a good how-to on formula building, because I THINK that's how I need to approach this. Is there a simple way to do this that I'm missing, or is it excessively complex?