Hey all! I am trying to set up a form that is being sent out to about 200 people for the purpose of tracking time allocation for employees. To do so, the employees will fill out a form at the end of the week, selecting the projects they worked on throughout the week.
After selecting multiple projects they worked on, I'd like for the form to auto-calculate the % of time they spent on the project. For example:
- If a person worked on 4 projects, the formula spits out that they spent 25% of their time across all 4 projects.
- If a person worked on 5 projects, the formula spits out that they spent 20% of their time across all 5 projects.
After doing this, I'd like the user to be able to edit the percentage tied to each project, and then automatically adjust the other percentages to total 100%.
Thoughts on a solution here?