P6.1 WBS ID and WBS name report
Forum Sponsor
Top Posters
J Vaartjes
3 posts
Aidar Kurmantayev
0 posts
Noe Radovan
8 posts
GeoVe
0 posts
James Williams
74 posts
Johannes Vandenberg
14 posts
Soheil Barekat
4 posts
Peter Holroyd
51 posts
Neil Atkinson
5 posts
Trian Asmoro
1 posts
also,
using report wizard pick WBS (column: wbs code and wbs name GRoup/Sort: WBS to level 4),run then save as csv
Roozbeh,
Yes you can use left(cell,search(" ")) formula or you can just copy same data to another column and use ctrl+h (replace commmand)
For WBS code column
find what = " "* (2 spaces + *)
Replace with = (nothing or just blank)
For WBS Name
find what = *" " (* + 2 spaces)
Replace with = (nothing or just blank)
Rodel,
You are right. When pasted in excel, there two blank characters between WBS Code and WBS name.
So I used search, left, right, and len formula of excel to separate WBS code and WBS name into two different columns.
Is this the way you would do it?
Roozbeh,
No its not. Use Left Function in excel. It will takes only seconds to do that. Send me a PM with email address and I will do it for you.
Hi Rodel,
The way you explained in your post, copies WBS Code and WBS name both in the same excel column, and it takes me more time to separate them into two columns in excel.
Roozbeh,
If you need WBS Code and WBS Name organize (group & Sort) activity by WBS to level=4, If you need all levels tick Indent if not remove tick then tick Show summaries Only.
After Group & Sort highlight all data or press Ctrl+a and select Edit-> Copy or press Ctrl+c.
Open an Excel spreadsheet and select Edit-> Paste or Ctrl+v.
All data you need are transfer to Excel.
Correction: In fact the correct term is WBS Code rather than WBS ID in my previous post.