Text In Data Field Of Pivot Table

Feb 15, 2008

I am struggling with data field in pivot table. Is it not possible to use strings in data field?

Here is a problem :-

Col1-----------Col2-----------Col3
----------------------------------
A 11/1/2007 Y
A 11/2/2007 Y
B 11/1/2007 Y
B 11/2/2007 N
C 11/1/2007 N
C 11/2/2007 Y
D 11/1/2007 N
D 11/2/2007 N

Required op :-

11/1/2007 11/2/2007
A Y Y
B Y N
C N Y
D N N

I used pivot table to generate this output but in a data field I don't get strings; instead it shows 1 in place of Y/N.

View 4 Replies


ADVERTISEMENT

Is There A Way To Add Text To The Data Field In A Pivot Table?

Nov 20, 2008

So i have a raw data dump that I need to put in a spacific reporting fashion. Excel pivot tables seems to almost do the trick. The problem is the information that I need to drop in the "data" field is text (peoples usernames) and when I drop it in I get numbers instead of names, and when I drill down on the number then I get the exact format I need but only for that line... Any ideas? I am using Excel 2000

If pivot tables will not work does anybody know of another was to get raw data in a mapping type of spreadsheet?

View 9 Replies View Related

Display Text In Value Field Within Pivot Table

May 3, 2012

I am trying to display text in the value field within a pivot table. I do not want a count or any number to display. What I am basically trying to create is a weekly schedule for nurses, with the dates on the top and times along the side, with "call type" and client as the text data to display with the value field.

I have attached an excel file with all the data on Sheet 1 and my attempt at a pivot table on Sheet 2. Perhaps there is some way to write a macro to display the data in a similar fashion, without using a pivot table?

Clients and Caregivers - All Schedules-2.xls

View 12 Replies View Related

Pivot Table - Remove Sum Of In Data Field?

May 26, 2006

Is there a way to modify Pivot Table so that "Sum of, Count of", etc is not shown. For example, have Table (& Pivot Chart) show "West Region" instead of "Sum of West Region"

View 13 Replies View Related

Pivot Table - Remove Sum Of In Data Field

Apr 15, 2014

VBA code to remove "sum of" from a pivot table. It works on a regular pivot table. However, when applying this code to a pivot table created utilizing PowerPivot, the code does not work. Here is the code:

Sub ChangePTName()
Dim pt As PivotTable, pf As PivotField, ws As Worksheet, i As Long
Application.ScreenUpdating = False
Set ws = ActiveSheet
For i = 1 To ws.PivotTables.Count
Set pt = ws.PivotTables(i)
pt.ManualUpdate = True
For Each pf In pt.DataFields

[Code]...

View 2 Replies View Related

Use VBA To Change Pivot Table Data Field

Feb 13, 2008

Right, I have tried everything I can do (which is not so much) to achieve the following. Can someone please help?

I have a worksheet with about 300 rows of data. The columns are headed Name | Division | Department and then 8 different scores and a total score). I have created 7 different worksheets with pivot tables on them to display each division.

Now, here is what I would like to do. Each Pivot table should show the Name and 1! of the scores next to it. That is simple enough and works. But how do I create a macro that allows me to change which score to display based on the content of cell A1. I.e. If I write Effort in A1 I want the pivot table to show Name | Effort score. If I write Complexity I want the pivot table to change to Name | Complexity score.

View 9 Replies View Related

Pivot Table Field Not In Data Source

Apr 24, 2006

I am using pivot tables which were created by another (no longer contactable) and have found two fields in the field list which are not part of the source data i.e. neither are column headings but are used in the pivot table.

My questions are:

1. How are these field created?

2. How can I examine these fields for formulae (as I have found one of them returns an incorrect value)?

Field1 return a numerical value which is the difference between two columns
Field2 shows this as a % (but incorrectly)

View 4 Replies View Related

Data Field Of Pivot Table To Go Across Columns

Oct 17, 2007

When i tried to drop another field into data field, by default, the new data field will appear below the field which was already in there. However, i would like the new field showing in an new column - horizontally - rather than showing in a new row.

For example:
Rather than the Pivot table appear like this:

Q108A 72
____B84
____C68
____D5
Q109A 64
____ B 73
____C58
____D 5

I would like the privot table present like the following format:

____ A_ B_ C_ D_
Q108 72 84 68 5
Q109 64 73 58 5

Is there setting I can change, so that the new field is added to a new column.

View 7 Replies View Related

Macro To Add Data Field To Pivot Table

Jun 27, 2008

I've got a bunch of pivot tables with nothing in their data fields and I want to add two things to the data fields of each, but I keep getting this error as soon as I start my loop:

Run-time error ‘1004’: Unable to get the PivotFields property of the PivotTable class

Here's the code that is highlighted when the error comes up:

ActiveSheet.PivotTables("Master_" & Count).AddDataField _
ActiveSheet.PivotTables("Master_" & Count).PivotFields( Sheets("raw data"). Cells(1 + Count, 2)), _
("Sum of " & Sheets("raw data").Cells(1 + Count, 2)), xlSum

I recorded doing the first one by hand and it looks like this:

ActiveSheet.PivotTables("Master_1").AddDataField ActiveSheet.PivotTables( _
"Master_1").PivotFields("10/2 Spread"), "Sum of 10/2 Spread", xlSum

I don't understand why I'm getting the error because I added watches and my variables are all saying what I want them to say (Master_1, 10/2 Spread)...

View 3 Replies View Related

Excel 2010 :: Pivot Table Add Calculated Field Based On Certain Text In Report Filter

May 29, 2014

Any way to create a calculated field in an Excel 2010 pivot table that will find all the Transaction Types (Report Filter) with "transportation" in them and make the field Quantity 0 and leave all other quantities the same? I do not want the quantity of transportation added in twice and may not have the flexibility of adding a column to the raw data.

I used the formula below in a calculated field and it does not match the values using the added column to the data file.

=IF(ISERROR(SEARCH("*transportation*",'Transaction Type')),Quantity, 0)

I am trying to get the sum of Quantity field to equal the AdjQuantity field using a calculated Pivot field and not add a new column to the data.

View 2 Replies View Related

Pivot Table :: Data Field Names And Growth %

Jun 1, 2009

I have excel 2007. My data sheet has columns for the sales for May 2009 and the sales for May 2008. Next to it is a column for the % growth between the 2 periods. When I put all this info into a pivot table and add the formula as below to the pivot table it shows the correct values for all the individual customers but not for the Grand Total line. Here it just shows a zero.

Can you also help so that the names on the data side of the Pivot table is the same as on your original sheet where it is reading the info from, and doesn't say "Sum of May 2009, but only says "May 2009".

Please show how you would work out the % Growth between the two different columns, as I tried it, and on the individual cell the data is correct but on the grand total line it shows it as zero and does not apply the formula.

I used the formula

=SUM('MAY 2009 H&B'/'MAY 2008 H&B'*100-100)

=sum(33,296,271 / 46,852,649 *100-100)

Result should be -29, but it shows zero

View 9 Replies View Related

Copy Pivot Table Data To Worksheet & Name Them As Per Their Field Name

Oct 23, 2007

I've tried my best to describe my dilema. I import data in an SQL query from a mainframe. This data shows a job number, site address, job number and a length. Multiple lengths on the same site appear as separate entries. I use a pivot table to calculate a total length and also formulas to determine whether a site is in an East or West area. I then need to then be able to copy the 'East' jobs to an 'East' worksheet and the 'West' jobs to the 'West' worksheet. But, I only want a site to appear once with the total length.

View 2 Replies View Related

Hide Data Field Results In Pivot Table

May 19, 2008

I have used a pivot table with help from members here for a rota.

Now i am wondering if i can add a column to the original data which is hidden to times the number of hours worked by the hourly rate which is in another sheet.

The pivot table will be in an admin sheet with protected access so employees cant see it.

View 9 Replies View Related

Pivot Table Is Displaying 1/29/14 For Every Cell In Particular Data Field That Is Blank

Jan 23, 2014

On my data tab I've got a column for "review date." Some of those cells are blank. When you go to the pivot table, the respective cell for that blank.review date cell displays the date 1/29/14. There is no data in the cell on the data tab, so why would it be displaying 1/29/14? I want it to either say "blank" or just be blank. It does this for every review date cell that is blank.

View 3 Replies View Related

Subtract Negative Numbers Within Pivot Table Data Field

Jul 6, 2009

Ive attached a spreadsheet showing what im trying to achieve. basically i have a scheduling objective, in which only a few slots (AA, BB, CC) are available. so the starting availability is fixed. for this example assume the starting values are 6,7, and 8 respectively. as 'bookings' are entered, im using the value of -1 against A, B, or C respectively, to indicate that AA, BB, or CC should be decreased by 1 unit of availability.

im trying to incorporate the subtraction within a pivot table. as you can see i am way off. the hypothetical formula logic that im trying to implement within the PivotTable would look something like this:

for A,B or C, sum all (-1) values for each instance of Date and Stage... this will give total bookings

add this total value to the starting values of AA, BB, CC respectively to get the new availability

View 5 Replies View Related

Change/Move Pivot Table Row Field To Column Field

Apr 23, 2008

In building my pivot table my data that I want to show in the column area is showing up as rows stacked on top of each other. In the column section I'm trying to show Total Budgeted Amount next to Total Actual Amount but on the layout it's showing the two stacked on top of each other is there some kind of hidden key that I'm missing?

View 3 Replies View Related

Pivot Table Name And Pivot Field Properties Not Getting Recorded?

Apr 20, 2014

1. I am trying to record a macro where I select a Pivot Table. But in the recorded macro "Pivot Table name" is not recorded neither the Pivot Field Property only the Range name is recorded. But on other systems (workstations) these details get recorded. Does this have something to do with excel settings?

2. I uploaded a macro enabled excel file on my company's "sharepoint" the drop down boxes present in the file get populated via a macro in "ThisWorkbook" page but sometimes these drop down boxes don't show any values. What can be the reason for this? Can't share the file because of data security policy of my organization.

View 1 Replies View Related

Group Field Not Available In Pivot Table?

May 7, 2014

why the Group Field option is not available in my Pivot Table. Other Pivot Tables in the same document, using data formatted the same way will let me format the data (the original data is in MM/DD/YY [h]:mm format). I have floored my data so that I can group by hour of the day, but it's not letting me do that.

View 3 Replies View Related

Adding New Field To Pivot Table

Jul 5, 2014

I have two fields in pivot table, "HATA TOPLAMI" and "SIRA NO". "Hata toplamı" is sum of items, and "Sıra no" is count of items. İ want to divide these two fields and add it to the pivot table, like "HATA TOPLAMI" / "SIRA NO". I have tried calculated field function from pivot table. İ wrote "="HATA TOPLAMI" / "SIRA NO"". But the summary is false. I want to divide Sum of "Hata toplamı" and count of "Sıra no" but instead it divides with sum of "sıra no". Is there a way to do this?

View 3 Replies View Related

Expanding Only One Field In Pivot Table?

Jan 9, 2014

I have a problem in expanding/collapsing fields in pivot table.

I have source table with GROUP, SUBGROUP, ACCOUNT and AMOUNT. In pivot table I've put GROUP, SUBGROUP and ACCOUNT in Row labels respectivly, and AMOUNT in values. There are same names in SUBGROUP for different names in GROUP. (for example: groups are Production costs and Distribution costs and in each of them there are subgroups Personnel costs and Other costs).

The question is: Is it possible to expand only field Other costs in group Distribution costs while field Other costs in group Production costs stays collapsed?

View 2 Replies View Related

Calculated Field In Pivot Table?

Jan 21, 2014

Can I add a calculated field formulas in Excel pivot table. Such as CONCATENATE?

View 2 Replies View Related

Pivot Table Calculated Field

Mar 26, 2014

Ihave a pivot table that takes data from a table, groups the duplicate items and adds their values up - so it shows just one entry for each item. I now want to add a calculated field in there so that I can divide one of the fields into another.

View 14 Replies View Related

Pivot Table/Calculate The Field

Feb 23, 2009

I have attached a simple test file. The data tab has two columns in the pivot range. The third column is _not_ in the pivot range, but is there to show the result I'm trying to get with the pivot.

The idea is to count the number of people whose entry dates are greater than 2/1/2009. My third data column gives a correct result, but a similar formula in the calculated field of the pivot table gives a completely wrong result (a date), where my goal is to generate a zero, a one, or a sum of zeros and ones.

It could be a formatting issue, but that would not explain why all the pivot results have the _same_ wrong answer.

I'm new to PTs and calculated fields, and expect I've made a naive mistake that an expert could easily spot.

View 3 Replies View Related

Pivot Table Calculated Field?

Jun 19, 2012

I have a pivot table with 2 row filters (dept and name) and then three columns - Year 1, Year 2. I need to add a calculated field inbetween Year 1 and 2 to show the variance in dollars from ( Year1-Year2) as well as an additonal a column that shows the percentage change between the tw o years . I know I can copy this over and add formuals in Excel but I need to retain the features of the pivot tables due to the 2 row filters?

View 1 Replies View Related

Pivot Table - Shows Field Name Before Value

Jun 19, 2012

I want to show the field name (i.e Surname) before the value is shown in the Pivot Table. for Example if the Field is Surname and the value is 'Smith', I want to show - Surname Smith

View 1 Replies View Related

Pivot Table - Macro To Add First Field

Apr 13, 2013

I've created a Pivot Table with 30+ fields. I've recorded the following macro to add the first field. I need modifying the code so that it looks for and adds every field automatically. It'd save a lot of time.

Code:
Sub PTAdd()
'
' PTAdd Macro
'
'
With ActiveSheet.PivotTables("PivotTable3").PivotFields("Assigned To")
.Orientation = xlRowField
.Position = 1
End With
End Sub

View 4 Replies View Related

Pivot Table Field Lists

Jan 4, 2007

I have a pivot table Field, with 3 listed items, referencing data from 3 separate worksheets - named 2004, 2005, 2006. ( i renamed them from the original item1, item2 and item3, to 2004, 2005 and 2006. I have now redefined the range in worksheet 2006 by using the Pivot table wizard and going one step back. I have now got 4 listed items in my Field - 2004, 2005, 2006 and item4. I cannot rename item4 to 2006 unless I delete 2006. But do you think it's letting me do that???? So how do I remove unwanted items in a Pivot table field list?

View 9 Replies View Related

Pivot Table Field List

Jan 12, 2009

on the pivot table field list-enable on the right hand side of the screen, only after that the needed fields can be dropped in.

Is there any other method to draw the pivot table?

View 9 Replies View Related

Inserting Field In Pivot Table

Jul 26, 2006

I have a pivot table that picks up the month an invoice was generated. Since I have several invoices for a few months in 2005, I would like to sum all the 2005 invoices into one column. I have the impression that I can insert a field within a Pivot table to sum all the amounts related to 2005.

View 3 Replies View Related

Pivot Table Add Page Field

Mar 18, 2007

I know in Pivot tbale we could add calculated field into the data ,but I fail to put the added in the "Page","Row" or the "Column". Eg. in the sheet of data,I have a column " DATE",but no column for year.Is it possible to add year in the "page" without adding anything into the "data" sheet?

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved