Forum Discussion
bborman120
Aug 15, 2021Copper Contributor
Excel to Proj Mapping -> Can't get col of data to map to Proj - Why?
Hello, This should be intuitively easy, but I think there is something fundamentally incorrect about my understanding of MS Proj mapping. See images in doc attached to help with explaining my probl...
John-project
Aug 16, 2021Silver Contributor
Your first mistake was assuming it would be "intuitively easy", nothing about importing data from Excel to Project using an import map is intuitive or easy.
To answer your first question, are you using Project Online or Project Web App? If not (i.e. you are using a stand alone version of Project), then the Assignment Owner field is not available.
The main reason it is challenging to import Excel data into Project is that Excel is an "open-format" spreadsheet. In Excel cell data can be whatever you want it to be whereas in Project, fields are very strictly defined and there are separate and independent fields with the same name that are properties of tasks, resources, and assignments (e.g. task Text1 is not the same as Resource Text1 or Assignment Text1). This means that even though you can represent several pieces of information about a task on a single row or column in Excel, you may need to break that data into multiple field maps for Project (i.e. task data, resource data and assignment data).
Also be aware that the Predecessor field in Project is directly dependent on how the dependencies between tasks is set up and will normally not follow the row number that task occupies on the Excel spreadsheet.
I'm sure there are articles written about using import maps but I don't have any ready reference. I find the most reliable way to get data from Excel to Project (and vice versa) is through VBA.
John
- bborman120Aug 16, 2021Copper Contributor
Thank you. It is as I suspected; strict compliance within Project and different fields have different types. I appreciate the info. Will keep futzing with it. Take care.
- John-projectAug 16, 2021Silver ContributorOh I love it when users talk technical (i.e. "futzing") 🙂
You're welcome and thanks for the feedback.
John