Rather than having to type full task numbers into a bunch of cells for tasks on a project, what I want to do is concatenate a calculated number to the right of a milestone number. Example:
2-00010 first task for milestone 2
Now, I want to "calculate" the task numbers for all remaining tasks in this milestone by incrementing the 00010 portion by 10 for each row. I've tried several ways, but keep getting errors or the string showing my attempt
such as '2-&(Right(A7,5)+10)
Any ideaas on how I might accomplish this?
Thanks
Jim
2-00010 first task for milestone 2
Now, I want to "calculate" the task numbers for all remaining tasks in this milestone by incrementing the 00010 portion by 10 for each row. I've tried several ways, but keep getting errors or the string showing my attempt
such as '2-&(Right(A7,5)+10)
Any ideaas on how I might accomplish this?
Thanks
Jim