Resource Sheet Data from Microsoft Project
Let’s start with basic question: how much is each resource allocated on the project? With this we’ll replicate Microsoft Project’s Resource Sheet, with Work field added to it.
![]()
To get this out of Microsoft Project database, you need to construct something like:
![]()
Step by step instructions, assuming you know how you pull the data out of Microsoft Project:
- Add tables
MSP_PROJECTSandMSP_RESOURCES. - Add
PROJ_NAMEfromMSP_PROJECTSinto Criteria pane and set criteria value to the name of the project. In the above sample itsSOFTDEV. - Add
RES_UIDfromMSP_RESOURCESinto Criteria pane and set criteria value to>0. Only resources with unique ID greater than 0 are valid actually resources. Other records in resource table are for the purpose of Project. - Add
RES_NAMEandRES_WORKfromMSP_RESOURCESto the query. - Now double click
RES_WORKin the query and change it toMSP_RESOURCES.RES_WORK / MSP_PROJECTS.PROJ_OPT_MINUTES_PER_DAY / 1000to have the work displayed in days. - Change the work column heading by double clicking it and putting
Workinto Column heading field. - Change resource name column heading in the same way to
Resource Name. - To sort the resulting table, click anywhere in the resource name column and click Sort Ascending button.
- Click Return Data button and you’ll get the table in the Excel.
![]()