Sign in to join the conversation:
Hi,
I'm trying to get end dates to change based on estimated hours AND allocation %.
Is that possible? How do you do this?
Thanks!
the formula
=date1 + 1
will add a single day to the date in the date column first row.
knowing that dates can be manipulated this way, we can use a simple statement to adjust the date
=date1 + ([Estimated Hours]1*Value + [Alocation %]1*Value)
If you want to make it more complex you can use an if statement to make a faux variable to adjust the date based on criteria.
=date1 + if([Allocation %]1 > 50%, [Stock Project Duration]1 * 1.25)
Or something like that.
The timeline widget seems to only allow filters to be set when you are editing the widget (see green highlight screenshot). Which is fine, but it would be more valuable to have regular users be able to adjust filters directly from the dashboard, similar to how there is an option to adjust the timescale. Am I missing…
Hello There , before smartsheet switched to the new license type, the users to whom I gave editing permissions could not share the page unless I granted them permission. In addition, users did not have the ability to create pages. This way, as the admin, I was aware of all the pages created in the company and could…
Can someone help me and give me an idea on how to create a cost estimate for installations, with a total for each chapter by groups, subgroups and types of work, but at the bottom of each chapter. https://us.v-cdn.net/6031209/uploads/0OSH46KSC2LH/cost-estimate.xlsx Thanks