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.
Howdy, I am working on developing a several dashboards for our team, and for whatever reason the widgets I place are multiplying. I have copied/pasted some, but other I have just added I am ending up with dashboards that look like this: When originally I only had the top four items. It has happened on several different…
I am a construction project manager and built sheets that include actual costs for individual tasks, departments and overall project. I update the costs cells as invoices come in by manually calculating then entering in new amount. Ex: Plumbing: week 1 $300, week 2 $250, week 3 $150 = $700. I enter $700 in cell. I'm…
I have multiple items that each have their own statuses and that roll up to "workstreams" or swimlanes. On the dashboard, I would like to show the progress of the items by swimlane without breaking it out into separate widgets for each. This would ideally be a stacked bar where each bar represented the Items and was broken…