Sign in to join the conversation:
Hello, ive been asked if we can produce a report with the percentage done column like the illustration shown below?
At this time the closest you can get is to create a new symbol column using the progress bar and apply a formula like this:
=IF([% Complete]2 < 0.25, "Empty", IF([% Complete]2 < 0.5, "Quarter", IF([% Complete]2 < 0.75, "Half", IF([% Complete]2 < 1, "Three Quarter", IF([% Complete]2 = 1, "Full")))))
Sadly, there is nothing that will show you accurately the percentages... there is not 33%, 44%, its only empty, quarter, half, three-quarters and full.
Hello I share my sheet with a fellow member to add and do task to update this sheet they were editors to the sheet but something happen where now they can only view the sheet and can not in put any information to the sheet what I erase them from the group and updated the app but once he got access to the group again he…
My manager set up a weekly smartsheets attachment of a sheet to be emailed to them every week. She now wants to turn this off but when her and I go into the Send as Attachment section of the page it only shows that two were sent instead of weekly for the last year or two and there is no way to turn anything off. How do I…
I have a large master sheet that I do not want anyone to have access to except the small team of admins. Is there a way for everyone in a dept to see the projects their dept are involved in (this is defined by a column), but only the PM can make edits to it? Bonus points if we can sort by "Status" then by "Kick-Off Date".…