Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
We use Smartsheets for project management. We have about 100 projects of short duration that span over several months. We would like to assign staff to each project then be able to see how many staff members are needed during a given week. I picture a number on the Gantt chart bars that show staff on the bar. Somehow a total would be shown at the bottom for each day or week. If this is not possible are there any alternatives?
Hello,
You could create formulas to calculate this. A simple formula for calculating the number of resources needed for a project is:
[no of people needed] = [total man-hours] / [number of working days] / [hours in the work day]
In Smartsheet, you can set the number of working hours in a day on your sheet in the project settings. More information on project settings can be found in the help center: https://help.smartsheet.com/articles/765755-modifying-project-settings
With this, you should be able to use the NETWORKDAYS function to help:
=[total man-hours] / NETWORKDAYS([Start Date]5, [Due Date]5) / [work hours]
You can then set this as the gantt chart label with the steps here: https://help.smartsheet.com/articles/765755-modifying-project-settings#timelinedisplay
Is there a way to revert to the old dashboard look and feel. The new dashboards do not look good at all. There is no way of knowing if there are additional items in the widgets until you scroll over one to learn there is more to it since the vertical bar doesn't show. We have hundreds of dashboards and they will all need…
When i try to send or print the timeline view instead of showing the progression bars like they do on the screen it only send the data entered and not a graph type view to print. Is there a way to do this. I am using a mac platform if that helps.
I have reproduced the following behavior in a validated Smartsheet application. User permission: Editor (not Admin) Row status: Locked (confirmed via row menu displaying "Unlock Row") Text, Date, Contact List, and Checkbox columns cannot be modified. Dropdown List columns remain editable. Selecting a new dropdown value and…