A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
This can be done with the Pivot Table of Excel 2013 - that has a DISTINCTCOUNT feature. Here is a screenshot.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi - I have a dataset where each row relates to a work order which has a work initiated date, completed date and so on. There are over 50 thousand rows from over 8 years of data.
I’ve created a pivot table to establish the counts per month, of how many work orders still open by checking the content of the completed date. And also to find out the average number of days to complete in that month. So far so good.
Next I’d like to find out what is the cumulative number of open work orders at each month. So my thoughts are - at the start of each month it needs to know what is the total number of open work orders to that month and add to it the open number for that month itself. Can anyone please share how this can be done?
Thanks in advance.
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hi,
This can be done with the Pivot Table of Excel 2013 - that has a DISTINCTCOUNT feature. Here is a screenshot.
I added an extra column named Open to the source data, with formula =--(I2<>"CLOSED")
I extended the source data of the pivot table to include the Open column, then added Open to the Values area, and set it to "Running total in" as described in my first reply.
See https://www.dropbox.com/s/bgsgutm19p8ross/PivotWithCumulative.xlsx?dl=1
Thanks - I've uploaded a very small dataset to OneDrive, please see:
I need to find out by month, what is the cumulative number of open work orders at each month. From TableA the field Status has the content CLOSED or DO or PLAN. Anything that is not CLOSED is open.
PivotA is the Pivot Table that I created from TableA, hope this makes sense and really appreciate your assistance.
Hi,
Upload the workbook to OneDrive and share the link of the workbook here.
Add the same field that you used to count the work orders per month to the Values area again.
Click on the dropdown arrow in this field in the Field List and select Value Field Settings from the dropdown menu., or right-click on any of the field's values in the pivot table itself and select Value Field Settings from the context menu.
Select 'Running Total in' from the 'Show values as' dropdown, then select the relevant date field in the 'Base items' list.
Click OK.