Exporting Reports to Excel?

C

Chris Hayes

I am trying to find a way of exporting a custom project
report into Excel format. I cannot find an option to do
this, does one exist?

Thanks,

Chris.
 
J

John

Chris,
Yes and no. There is no direct option for exporting built in or custom
Reports. However depending on what type of Project data you have, there
are several alternatives. If the data is static (i.e. non-timescaled
data like Duration), you can use an export map. Check the help file to
read more about export maps. If the data is timescaled (i.e. Cost over a
period of time), you could try the "analyze timescaled data in Excel"
add-in which is found on the 'Analysis' toolbar. You may need to run the
add-in from more than one view (i.e. Task Usage and Resource Usage) and
also use an export map for some of the static fields to get everything
you need in Excel. However, by far the best way to export the data if it
is customized is to create a VBA macro to do the data gathering in
Project, manipulating (if necessary), export and formatting in Excel. If
you do not have VBA experience, you can have someone write the macro for
you or you could also take the "poor man's" approach and perform
multiple copy and paste operations from one of the Usage views to get
the data into Excel.

Hope this helps.
John
 
G

Gonzalo Garibotto

Look for "exporting project to excel" in "help". You´ll
find out how there.
Gonzalo
 
J

John

Chris,
Custom or pre-formatted Reports do not have a direct option for
exporting to Excel. If the data shown in the report is static, that is,
not timescaled (e.g. Budget Report), you can use an export map. Check
the details in the Project Help file as suggested by Gonzalo.

If the report contains timescaled data (e.g. Who Does What When), you
can use one of two approaches. First, try the "analyze timescaled data
in Excel" add-in found on the Analysis toolbar. In order to get all the
data you need you may need to run the add-in from both the Resource
Usage and Task Usage views. You may even have to combine the export with
data exported via export map and then manipulate the resulting
Worksheets as needed. A simpler approach is to write a VBA macro to
export whatever data you need, however it does require some VBA
experience.

Hope this helps.
John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top