Example of What I am Wanting to do.
I’m new to adobe acrobat but manage to figure out basics. I am attempting to build a timesheet of sort for my wife who works an assistant that does personal and work related jobs (so two budgets). I have a Dropbox field that listed as “type” that will be numbered by line. And I have a field for dollar total “total”. I want to be able to have a calculated script that will add and total a result field the total if value was true. Terrible example of goal: Getfield.field1; if(field2 = value) + Getfield.field3; if(field4 = value)
Edit: I want to have this formula so I don't have to separate the "types". The Question: How do I write the formula that adds the $ value field if the other field is true to "office" or "personal"?