New Graph functionality
Hi,
We have been pining after graph functionality for a while in smartsheet and thought the latest release may have addressed this.
Could anyone suggest a way to address the following (please see attached picture)
We would like to add a target line to a bar graph to visually see where employees are over allocated.
The picture attached was made in excel but demonstrates what we would like to do in smartsheet.
Any suggestions?
Steve
Comments
-
Chris McKay ✭✭✭✭✭✭
Hi Stevie,
Unfortunately, I cannot think of a way to accomplish exactly what you're looking to do in Smartsheet Graphs. But the following might be a potential workaround.
As per the images below, you'll need 3 additional columns in your resource data set apart from your Resource Allocation (which I've namedActual):
- AnAllocation %column with this formula:
=IF(Actual1 < 1, Actual1, 1) - ARemaining %column with this formula:
=IF([Allocation %]1 < 1, 1 - [Allocation %]1, 0) - AnOver allocation %column with this formula:
=IF(Actual1 > 1, ABS(1 - Actual1), 0)
This will look at yourActualallocation value (i.e. the real amount allocated) and if it is less than 100%, it will use that value inAllocation %and populate theRemaining %column with the deficit to total up to 100%. IfActualis more than 100%, it will mark theAllocation %column as 100% and move the remainder (i.e. the over allocation) to theOver allocation %列。
Now you just need to create a Stacked Bar graph and change the colours to what you feel is appropriate t create something that looks like the attached example graph.
I know it's not perfect, but I'm hoping it will be enough.
Kind regards,
Chris McKay
- AnAllocation %column with this formula:
-
J. Craig Williams ✭✭✭✭✭✭
Nice Chris.
Craig
-
Thanks Chris,
I think that is probably my best bet at the moment.
It looks good and I wonder if traffic light colours could work well for added impact.
Thanks for the suggestion
Steve
-
Chris McKay ✭✭✭✭✭✭
My pleasure Stevie. Glad it provided something to use as a baseline.
I don't mind developing these sorts of workarounds, as I use them in my day to day too. Your requirement was certainly something that I could potentially require myself.
Kind regards,
Chris McKay
Categories
I hope you're well and safe!<\/p>
Has anything in the sheet changed? Any formulas in the cells? <\/p>
I hope that helps!<\/p>
Be safe, and have a fantastic week!<\/p>
Best,<\/p>
Andrée Starå<\/strong><\/a> | Workflow Consultant \/ CEO @ WORK BOLD<\/strong><\/a><\/p>
Hi Dear Andrée Starå<\/strong><\/a><\/p>
Thank you so much for your solution!<\/p>
It can work, but more like a compromise way. Editing on a report is less convenient.<\/p>
It would be better for me to set access right to each column.<\/p>
But that can also work for now, thanks a lot.<\/p>
By the way are you a BOT?<\/p>"},{"commentID":383283,"body":"
I agree. Great idea! That would be a great addition to Smartsheet features.<\/p>
Haha!, No, I'm not a bot! 🤣<\/span><\/p>
Instead, use <\/strong>Update Row<\/strong> (see here)<\/a><\/p>