-
Re: Project template sets - weighing options
I think you would be better off using the PMO template if you are wanting rollups of multiple projects into one dashboard. It's what I use to manage around 60 projects. Project Tracking & Rollup …2 · -
Re: Is there a successor column?
The predecessor is defining the successor. You enter the predecessor on the successor task line. This is all you need to define successors. You can also access various options with the editor.1 · -
Re: Confounding Behavior with IF Statement
This formula works. =IF(AND([In - Min Hours]@row <= [In - Total Hours Worked]@row, [In - Min Hours]@row <> ""), "Yes", IF([In - Total Hours Worked]@row = "", &q…1 · -
Re: Report Tasks within this week
Use: WEEKNUMBER([Your Date]@row)1 · -
Re: how to combine multi formula conditions
Add Sum in the formula =IF(AND(PAXX@row <= 4, SUM([25 Kg]@row * 110, [15 Kg]@row * 80, [7 Kg]@row * 35) <= 400), "Yes", "No")1 ·