For our company we use one Google Sheets file for all our project management. I'm sharing here as a walkthrough because there's too many unanswered questions in r/projectmanegement, and because I want to start a discussion and see how it's different from what you do.
We are an international team with ~20 people. We pay $12 per month for access to G Suite and then we have a share folder which we share with all other people. So effectively this is less than $1/user/month.
Tasks viewThis is a quick view for each task. (Maybe other people call these projects.) Our rule is that all active tasks must have weekly status updates. We have instruction files for each one and there is a link. Other hidden columns off the right include Status Update Text. Here are the other tabs:
-
Work log -- people log hours here, this is how the HOURS on the Tasks tab will calculate, our rule is that these must match submitted time sheets
-
Outreach tasks -- some additional details we track for content marketing projects
-
Workers -- a list of each worker, their Slack identifier and other data
-
Calendar -- each column is a team member, each row is a date, people mark what days they are working
We use the above collected data in some useful ways. First we suck this whole file into our MySQL database hourly. (See on GitHub google-sheets-etl, we open sourced this.) We have all kinds of exception reports and performance reports. If you forget to update the status on an active task then you and your manager will get a message on Slack. If your task is overdue it will show up on our intranet tickets list. If you are scheduled for vacation today, your face is grayed out on the TV in my office.
Our biggest pain point was just a normal failing of Google Sheets: you can't lock down formatting or data validation for a cell. We use formulas, conditional formatting and more to make this work. If somebody types a date into the wrong cell and then copies it to the date column then bam our formatting and everything is now broken on that cell. We work around this by using protected cells in most places -- and more exception reports.
I have looked at other project management tools. First, they want everyone on my team to have a separate account login -- it is hard enough to get my team to login to Gmail. Then they want to bring me from $12/mo to $300 or more. Lastly, they want to lock up my data so I can't pull it every hour and use it elsewhere. Every one of them has a stupid animation to explain how their product works without actually showing the product. Google Sheets on the other hand is mostly free, or price does not go up when I add people, is easy to understand, everyone is already logged in and it connects with my intranet. For me it is just lightyears ahead of all SaaS out there.
Google Sheets project management template
What´s the best gSheet template for project planing?
My advice would be to go to Vertex 42 website, you should find a good template for you to build upon ;)
More on reddit.comMonthly Show and Tell: Fancy Projects, Templates, and Amazing Solutions!
I created sheet that allows to calculate most valueable areas to fight mobs based on given mobs and points list in mobile game Questland
https://docs.google.com/spreadsheets/d/1ZSNgC7QbOSdSFQozgzoJOy3wOZlVylLx/edit?usp=sharing&ouid=103027681057814606262&rtpof=true&sd=true
Once a week developer starts special event for players dropping a list of monsters and points - event is called "MonsterSlayer". This sheet allows to calculate best tages to play and repeat to get most points in this event.
Theres a core list of all areas and stages and mobs inside (mostly 3 waves of mobs in each stage, 7 or 8 stages in each region).
On main screen players can choose monsters from dropdowns and write points - then on right side appears filtered and sorted list of best stages.
To populate dropdowns i used Unique and Tocol to get single list.
On calculations sheet i used vlookup and array sum.
I also count number of occurencies of mob with countif and tocol.
More on reddit.comGoogle Spreadsheet Help! (Creating a project management sheet)
Why use a Google Sheets?
What is a Google Sheets?
How do you print or export a Google Sheets spreadsheet?
Videos
Hopeful that there is a decent template out there I can customize to meet my needs before I undertake a dev project that's beyond my current expertise. So far, I've found fragments of what I need but not a complete solution. Looking for a Google sheets template capable of aggregating multiple-project sheets into a summary dashboard, synchronized milestones between sheets that act as gates/dependencies for downstream milestones, generates a gantt chart aligned to a calendar, takes weekends into account when generating the gantt (networkday). Anyone have one of these already created that they are willing to share?