Excel create graph for bought domain names - excel

I have a excel table with 450 domain names and I have a column for the "created on" which I would want to manipulate to create an history graph but I really don't knwo how to handle it. I'm new to pivot tables, but I already change my data from range to table.
I would want to have a graph having the years on the x-axis and having the added number of domains bought on the y-axis and be able to see the "curve".
Could somebody give me some advice on how to create that only with pivot table configuration?
Thanks a lot.

I tried to pack it all into one picture for you. If the dates are stored as dates, the Pivot Table can "Group Field" by Years. This will summarize the data in groups. You can then create a Pivot Chart with this summarized data. Most common issue when doing this is not having all the dates formatted correctly.
Edit
To get from here to a cumulative total, you can change the Pivot Table "Show Values As" to "Running Total In...". Select the DATE field when you get the prompt.
Change the display option.
Chart is now cumulative. (My pictures are now the same since I regenerated the data and added a couple years to show it.)

Related

Calculated Field

I am trying to create a simple pivot table which will tell me how many community residents reported a particular problem, and what percentage of them reported each problem type. I have a data set with name, and then columns for each type of problem. Here's an small sample of the data set:
I have created a pivot table which sums each of these columns and also provides me the total number of people who reported any type of problem at all. Here's what I have:
I want to add a second column to this pivot table that gives the percent of times each problem type was reported. Sounds simple, but because of the structure of the original data set, I can't figure out how to do it. I can set up formulas outside of the Pivot Table which reference the table, but in doing so I forfeit the ability to graph the percentages on a pivot chart. Any ideas how to create a calculated field for this pivot table?
Just to be clear, what I want is something like this, except all contained in the structure of the pivot table:
Edit: I've changed the example of the data set. Here's an explanation of the pivot table. The values under the "# Reporting Issue" column are counts of all the 1's under each corresponding column in the data set. This meant that I had to add each row to the pivot table independently, as you can see here:
I'm open to the idea that I need to change the formatting of the data set, but I'm not sure of the best way to do it. This was set up initially because it allowed for easy compilation into a data table, but Pivot Tables seem to be a different story.
Hopefully this edit clarifies things.
You need to unpivot your data so that you turn it into a Flat File...something that the PivotTable can consume properly.
The easiest way is to use something called PowerQuery, which is baked in to Excel 2016 but available as a free addin from Microsoft for any other versions. Google PowerQuery Unpivot and you will turn up hundreds of tutorials, such as this one from my good pal Chandoo . PowerQuery looks slightly daunting at first to a first time user, but it is freakin easy once you get your head around how to use it. PQ is by far the best addition to Excel in years. PowerPivot being a close second.
If you can't install PowerQuery, then you can use your current data structure to make a 'staging pivot', and then drag the Values label that will appear in the Columns area to the bottom of the ROWS pane, like in this excerpt from a book I'm writing:
Note that my Year categories are equivalent to your Issues categories.
That will emulate the flat file layout you’re after. All you need to do then is turn this intermediate PivotTable back into a normal range, change that Values heading to Issue, and add a Count heading and you’ve got the flat file you need to build a useable PivotTable.
You can also use VBA. Google Unpivot VBA and turn up hundreds of results, including this blazingly fast code I posted some time back. (Look for the code under the —Update 26 November 2013— heading.)
You can also use the DoubleClick extraction trick.

How to get Pivot Table - Calculated Field to work in this excel sheet?

first time asking a question here. So I apologize in advance if I have not asked properly.
I have a set of data in the form of a table, which I have converted into a Pivot Table, with the normal purchase sales and profit columns. However, my problem arises as I want to create another column in the Pivot Table which gives the profit percentage on purchases. I am aware that this can be done by clicking on the Fields, Items & Sets drop-down menu under the PivotTable Tools - Analyze Tab, However, this doesn't work and all I can see is that the Calculated Field option is greyed out.
Can anyone advise how I can get a profit percentage column to be inserted in the pivot table? Thank you in advance.
Warren Barrell
Screenshot
It looks like your PivotTable uses an OLAP data source, which is why that option is greyed out. If you have the requisite version/SKU of Excel you could use the PowerPivot add-in to write a measure, but otherwise I think your only other option is to get your database admin to add the column to the database, and then bring that through to Excel.

Excel pivot table relative information

Is there anyway to show information without calculating anything in a pivot table in excel?
For example, I've got a pivot table with a number of invoices and it shows which products are billed in the invoices. I only want it to show the invoice date to the right of the invoice number, without summing it nor counting it or anything, I only want the information to be shown. The invoice date is in another column in the base sheet, by the way.
Thanks!
Select a cell in the Pivot Table, then on the Pivot Tools Design ribbon select Report Layout > Show in Tabular Form.
In Excel 2010 the Compact Form was introduced for pivot tables and all pivot tables default to Compact Form, where the row fields are indented and appear in the same column.
The screenshot shows the difference between compact form on the left and tabular form on the right.
Many people don't like the default compact form. If you would like to see this behavior changed, please place a vote in the suggestion at Excel Uservoice here: https://excel.uservoice.com/forums/304921-excel-for-windows-desktop-application/suggestions/10535790-allow-users-to-set-choose-defaults-via-settings

Excel Pivot Chart Help - Pulling names that contributed to count (VBA?)

I am looking to develop a pivotchart of meaningful data related to employees. Lets say it's a graph of employees with infractions by month.
We have a graph that graphs it based on the COUNT of employees that got an infraction for that month. What I am looking to do is make it very easy for management to see the graph and then see the names that contributed to a large count for a month.
However, upon selecting a certain pivot chart cell (Lets say March had a LOT of infractions on the chart and we want to know who was a part of it). Upon double clicking the cell, it then brings up a "Show Detail" window, we select the cell Name since we want to know the names - however that doesn't help because it just puts the names as part of the legend and screws up the chart.
What are some ways to get it to display the names that contributed to the count for the month? I am thinking something along these lines:
-Upon mousing over the data point of the pivot chart, the tooltip is a list of the names
-Upon clicking on it, it displays a table at the bottom that shows the data from the table that contributed to that month (including names).
Anything along those lines. Any help is much appreciated, I do have experience with VBA - but sadly not in Excel yet.E
The best solution would be to check the PivotTable associated with the PivotChart.
When you show detail on the chart the change will be mirrored in the PivotTable.
For more information check out Overview of PivotTable and PivotChart reports # office.microsoft.com

Excel 2012 Pivot Table Displayed Data

I am trying to make a simple bug viewer with Excel. I think I need a pivot table for this.
I have attached a screen shot of what I have got so far. What I would like, is instead of the 'Count of x' columns, is the actual data to be displayed.
My data table is formatted as follows:
Thank you very much,
Richard Hughes
You cannot have the actual text displayed in those columns. The columns show aggregated data. You can have counts and sums, averages, etc.
I think that what you want is the "classic" pivot table view. Go into the pivot table options, Display tab and select "Classic Pivottable Layout".
Then add the data you want to see as "Row Labels" not Values. You might want to keep a count of ID as a value. Is that better?

Resources