How to create the ACCME Annual Report as a pivot table in excel
- Rename the first sheet RAW.
- RAW will be the original data that was received and will be kept as a back up incase there are any issues.
- Create 1 new sheet, Pivot Table Data.
- Pivot Table Data will be the data set used to be displayed in the Pivot Table.
- Copy all of the columns and rows from RAW into Pivot Table Data
- Pivot Table Data will require some formatting changes to get the data to display properly in the Pivot Table. Make the changes outlined below.
- Course Publication Date column
- Insert a new column after Course Publication Date (typically column H), this will be our helper column.
- use the following formula to extract the date
=DATE(VALUE(MID(H2,8,4)),MONTH(DATEVALUE(LEFT(H2,3)&" 1")),VALUE(TRIM(MID(H2,5,2))))
- Apply the formula to the rest of the rows.
- Copy the data in that column (excluding the header) and paste the values into the Course Publication Date column.
- Select all of the rows in the Course Publication Date column (excluding the header), then right click those same selected cells and select Format Cells.
- Format the cells as a Date for Category with the format 03/14/12
- Delete the helper column you inserted
- ACCME Activity ID column
- Select the first row with data in it then select the rest of the rows. After selecting all of the rows go back to the top and click the yellow warning icon.
- Select Convert to Number
- Credit Amount Claimed column
- Select the first row with data in it then select the rest of the rows. After selecting all of the rows go back to the top and click the yellow warning icon.
- Select Convert to Number
- Right click the selected data and select Format Cells as Number for Category and 2 for Decimal Places.
- Max Credit Amount Allowed column
- Select the first row with data in it then select the rest of the rows. After selecting all of the rows go back to the top and click the yellow warning icon.
- Select Convert to Number
- Right click the selected data and select Format Cells as Number for Category and 2 for Decimal Places.
- Insert the following columns
- PhysicianCMEUser, formula
=IF(AND(D2="Physician", L2="CME"), 1, 0)
NonPhysicianCMEUser, formula
=IF(AND(D2="Non-Physician", L2="CME"), 1, 0)
- PhysicianCMECredit, formula
=IF(N2=1, J2, 0)
- NonPhysicianCMECredit, formula
=IF(O2=1, J2, 0)
- ABPUser, formula
=IF(E2="ABP", 1, 0)
- ABPNUser, formula
=IF(E2="ABPN", 1, 0)
- ABIMUser, formula
=IF(E2="ABIM", 1, 0)
- ABPCredit, formula
=IF(R2=1,J2, 0)
- ABPNCredit, formula
=IF(S2=1,J2, 0)
- ABIMCredit, formula
=IF(T2=1,J2, 0)
- PhysicianCMEUser, formula
- Course Publication Date column
- Setup the Pivot Table work sheet
- Click the Insert tab in the top ribbon.
- Click the Pivot Table option and use the From Table/Range Option
- Highlight all the cells that have data in them including the headers starting at Course Name to the end
- Use the New Worksheet option and click OK
- Under PivotTable Fields
- Drag Course Name to the Rows section
- Drag Course Publication Date to the Values section
- Click the drop down next to it
- Click the Value Field Settings
- Change the Summary to Max
- Drag ACCME Activity ID to the Values section
- Click the drop down next to it
- Click the Value Field Settings
- Change the Summary to Max
- Drag Max Credit Amount Allowed to the Values section
- Click the drop down next to it
- Click the Value Field Settings
- Change the Summary to Max
- Drag PhysicianCMEUser to the Values section
- Drag NonPhysicianCMEUser to the Values section
- Drag PhysicianCMECredit to the Values section
- Drag NonPhysicianCMECredit to the Values section
- Drag ABPUser to the Values section
- Drag ABPNUser to the Values section
- Drag ABIMUser to the Values section
- Drag ABPCredit to the Values section
- Drag ABPNCredit to the Values section
- Drag ABIMCredit to the Values section
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article