Forum Discussion
Olimsproject
Jul 19, 2024Copper Contributor
MS Project Edition texte rapide ?!
Hello les pro, Besoin d'un tips sous MS Project pour éditer l'ensemble ( ou selection partiel) du projet pour insérer en début de ligne un texte de référence propre au projet. Exemple un nive...
Ignacio_Martin
Jul 19, 2024Steel Contributor
Hi Olimsproject
One method may be the following:
1. Insert custom field columns Text1 and Text2 into the task table.
2. Enter the following formula in the Text2 field (Copy and Paste), through the options Menu > Project > Properties > Custom Fields:
IIf([Text1]<>"";[Text1] & [Name];[Name])
N.- In some regions the Windows list separator symbol will require to be replaced in the formula by a comma (,) instead of (;)
3. Enter the text you want to add in front of the Task Name in the Text1 column (Copy and Drag).
4. Copy and Paste Text1 into Task Name.
I hope you find it useful.
Ignacio
- OlimsprojectAug 01, 2024Copper Contributor