Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
HI,
I have a similar data type as below name p/n data to sent y/n response received y/n meet requirements y/n john a y y john b john c y john d y y y john e n When I create a pivot table I need the following: name data sent y data sent n blanks john 3 1 1 Please advise on how to create. Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Create a pivot table with Name in the row area, Date Sent in the Column
area, and Data Sent in the Data area, as count of Data Sent. In the pivot table, select the (blanks) heading, and type blanks. CrimsonPlague29 wrote: HI, I have a similar data type as below name p/n data to sent y/n response received y/n meet requirements y/n john a y y john b john c y john d y y y john e n When I create a pivot table I need the following: name data sent y data sent n blanks john 3 1 1 Please advise on how to create. Thanks -- Debra Dalgleish Contextures http://www.contextures.com/tiptech.html |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
You cannot get a count of blank, as there is nothing to count. Add another column to your source data in column F called Count with a formula in F2 of =IF(C2="y","y",IF(C2="n","n","b")) Copy down for the extent of your data. Then with your PT, drag Name to the Row area Drag Count to the Column area Drag Count again to the data area -- Regards Roger Govier "CrimsonPlague29" wrote in message ... HI, I have a similar data type as below name p/n data to sent y/n response received y/n meet requirements y/n john a y y john b john c y john d y y y john e n When I create a pivot table I need the following: name data sent y data sent n blanks john 3 1 1 Please advise on how to create. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula in pivot tables involving counting text cells | Excel Worksheet Functions | |||
counting blank cells in a pivot table | Excel Discussion (Misc queries) | |||
pivot tables reports - altering display of (blank) cells | Excel Worksheet Functions | |||
Blank Cells in Pivot Tables | Excel Discussion (Misc queries) | |||
Counting blank cells in Pivot Table | Excel Worksheet Functions |