Oct 03 2023 06:12 PM
I'm trying to create a table or graph of some kind to keep track of 3 distict things at the same time and I can't quite figure out how to do it:
1. Specific predetermined actions done 2. During a specific time period (like a class) while accounting for 3. The date that the actions took place.
The time period and actions will be static, never changing, but I'm not sure if I can add the date in there or not. And even if I can't add the date (or just a general time period), trying to figure out how to graph the actions per time period as an ongoing thing (like put an x in a new cell for a new entry kinda thing)...
Help please :)
Oct 04 2023 12:35 AM
Hi @Septus3,
create a new table with the following columns:
Then, enter the data for each row, with the date in the first column, the action in the second column, and the time period in the third column.
For example, if you are tracking the following data:
Your table would look like this:
2023-08-01 | Read | Class 1 |
2023-08-01 | Write | Class 1 |
2023-08-01 | Code | Class 1 |
2023-08-02 | Read | Class 2 |
2023-08-02 | Write | Class 2 |
2023-08-02 | Code | Class 2 |
2023-08-03 | Read | Class 3 |
2023-08-03 | Write | Class 3 |
2023-08-03 | Code | Class 3 |
Once you have entered the data, you can use the spreadsheet program to create a graph to visualize the data. For example, you could create a bar chart or a line chart to show the number of actions taken each day or the number of actions taken each week.
If you want to track the data over an ongoing period of time, you can simply add new rows to the table as new data becomes available.
Here are some additional tips for creating a table to track specific data but also take dates into account:
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
(LinkedIn)