Nov 08 2022 11:44 AM
I would like to insert a column that shows which of the four (4) possible predecessor task types (FS, SS, FF, SF) all the tasks have.
Can anyone tell me if this is even possible, and if so, how can I set up this customized column?
Thank you so much!
Nov 08 2022 12:07 PM
Is it possible? Sure, almost anything is possible.
If there is only one predecessor per task, as in Tasks b thru f below, then it could likely be done with a customized Text field (e.g. Text1) using the Mid function to parse the Predecessor field text string and pick out the dependency type. But, if there are multiple predecessors for a given task, as in Task g, then VBA is required.
But I gotta ask, why in the world do you want that information?
John
Nov 10 2022 07:14 AM
@John-project Thank you, John! This is so helpful.
Please would you help with the formula I need to enter to customize the text field so that I use the Mid function to parse out this information I need (sorry to be a pain)?
Thanks in advance!
Jonathan
Nov 10 2022 07:36 AM
Nov 10 2022 11:19 AM
Nov 10 2022 01:12 PM
SolutionNov 11 2022 05:45 AM
Nov 11 2022 07:46 AM