Hi
in overload view
I know that you can choose between effort that will split and effort sum
My question if you have an option that some tasks will be Sum and some will be split.
Sometime my employees work together and sometime they are work sperate
I got answer from the support that you Monday doesn’t have this important feature
Please develop it
Thank you
Hi @davidru - welcome to the community! What you could do us use a formula column with an IF statement if you had a way to identify those tasks. For example, have a Status column with the Options “SUM” and “SPLIT”.
IF({Workload Option}=“SUM”,{Effort Column},({Effort Column}/{People#Count}))
Then use the formula column as the source for your Workload view.
Hope this helps!
Mark