Show text in pivot table instead values of 0-1 Without VBA

afaizan

New Member
Joined
Apr 8, 2018
Messages
7
Hi Guys,

I am really struggling to just consolidate my data via Pivot table without VBA.

in *DATA* sheet these are the columns
DateIDNameStatus

<tbody>
</tbody>

so i made a pivot in *Sheet2*

i want to show in pivot sheet the actual status of an employee Absent/present/other

Here is a link to download sample sheet

https://drive.google.com/open?id=1sVD1pq8SqIgQDnRXUCifuokRtXi7tfpc

currently its showing 1

looking forward a solution of this

thanks
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Hello,

Your requirement for a "Text-Pivot Table" is indeed possible ...

BUT ... you have added a constraint : Without VBA ...

And with this constraint ... it is not possible ...
 
Upvote 0
Hello,

Your requirement for a "Text-Pivot Table" is indeed possible ...

BUT ... you have added a constraint : Without VBA ...

And with this constraint ... it is not possible ...
----------------------------------------------------------------

Thanks James,

but what would be the solution for this? how can i do that?

thanks
 
Upvote 0
If you want to avoid vba then perhaps you could create another table with formulas like below. This could be below your Pivot Table as I have done, or perhaps on another worksheet.
B23 is copied across
A24 is copied down.
B24 is copied across and down.

Excel Workbook
ABCDE
2
3Count of StatusDate
4Name2018-03-012018-03-042018-03-052018-03-06
5Anitha1
6Arooj, Yaqub1111
7Faizan, Akram1111
8Fouad1111
9George1111
10Huzaifa, Vahora1111
11Jose1111
12Karishna, Prasad1111
13Kelly1111
14Michel1111
15Nelson1111
16Saber1111
17Sajeer1111
18Stefanie1111
19Suraj1111
20Grand Total14141415
21
22
232018-03-012018-03-042018-03-052018-03-06
24Anitha Absent
25Arooj, YaqubPresentINPresentPresent
26Faizan, AkramPresentPresentPresentPresent
27FouadPresentPresentPresentPresent
28GeorgePresentPresentPresentPresent
29Huzaifa, VahoraPresentPresentPresentPresent
30JoseINPresentPresentPresent
Sheet2
 
Upvote 0
If you want to avoid vba then perhaps you could create another table with formulas like below. This could be below your Pivot Table as I have done, or perhaps on another worksheet.
B23 is copied across
A24 is copied down.
B24 is copied across and down.

Sheet2

ABCDE
2
3Count of StatusDate
4Name2018-03-012018-03-042018-03-052018-03-06
5Anitha 1
6Arooj, Yaqub1111
7Faizan, Akram1111
8Fouad1111
9George1111
10Huzaifa, Vahora1111
11Jose1111
12Karishna, Prasad1111
13Kelly1111
14Michel1111
15Nelson1111
16Saber1111
17Sajeer1111
18Stefanie1111
19Suraj1111
20Grand Total14141415
21
22
23 2018-03-012018-03-042018-03-052018-03-06
24Anitha Absent
25Arooj, YaqubPresentINPresentPresent
26Faizan, AkramPresentPresentPresentPresent
27FouadPresentPresentPresentPresent
28GeorgePresentPresentPresentPresent
29Huzaifa, VahoraPresentPresentPresentPresent
30JoseINPresentPresentPresent

<colgroup><col style="font-weight:bold; width:30px; "><col style="width:127px;"><col style="width:96px;"><col style="width:96px;"><col style="width:96px;"><col style="width:96px;"></colgroup><tbody>
</tbody>

Spreadsheet Formulas
CellFormula
B23=B4
A24=A5
B24=IFERROR(INDEX(Data!$D$8:$D$293,MATCH(B$4&$A24,INDEX(Data!$A$8:$A$293&Data!$C$8:$C$293,0),0)),"")

<tbody>
</tbody>

<tbody>
</tbody>


Excel tables to the web >> Excel Jeanie HTML 4


--------------------------------------------------

Thanks very much Mr. Peter.

its done..

Thank you
 
Upvote 0
Hi afaizan,

if you want count of the data's it's possible via privot table, however for text is not possible as per my knowledge, since the value field has been used to calculate the values only, if you want summary report using function or Macro, that will be possible,

Thanks and please provide an information

Regard,
Learn excel in tamil
 
Upvote 0
Thanks very much Mr. Peter.

its done..

Thank you
You are very welcome. :)

BTW, for the future, best not to fully quote long posts as it makes the thread harder to read/navigate and just occupies storage space needlessly. If you want to quote, quote small, relevant parts only.
 
Upvote 0

Forum statistics

Threads
1,215,066
Messages
6,122,948
Members
449,095
Latest member
nmaske

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top