jason061872
New Member
- Joined
- Apr 1, 2019
- Messages
- 13
My question for the board is, does VBA coding offer a bettermeans of capturing data and performing calculations such as averaging based acrossmultiple worksheets? I have created aspreadsheet that records scores of tasks performed by task type and state over19 weeks (one worksheet per week).
In addition to each week of task recording, I have alsocreated an additional worksheet that captures the data from each week of audits(each worksheet) and breaks it down by Task Type and State in which the taskwas performed. At a glance, I can seehow many times each task type was performed in a given state along with the totalaverage of each task performed. Example: Task A was performed 5times in Alabama, with a total average score of 2.67 for all 5 audits.
Would this work better in VBA?
In addition to each week of task recording, I have alsocreated an additional worksheet that captures the data from each week of audits(each worksheet) and breaks it down by Task Type and State in which the taskwas performed. At a glance, I can seehow many times each task type was performed in a given state along with the totalaverage of each task performed. Example: Task A was performed 5times in Alabama, with a total average score of 2.67 for all 5 audits.
Would this work better in VBA?