Hello all!
I am trying to keep track of a 3 month survey effort with data coming in DAILY, my goal is to send a weekly summary of the results.
How can I achieve the following
- Sort info by week (there is a completion date attached to all incoming data)
- As the weeks go by keep a running total of the results (simple sum, average and percentage of completion)
Any help or direction is welcome! I already have my workflow put together on how I would like to present the data, I now just need to sort it.