Hi All
I have a dataset that has a column of names and each row contains 1 item per row of which are in either, say Blue, Red, Yellow or Green
In this case the items are dates. I want the pivot table to count how many dates appear for each column for each name which is no problem.
But what' I'm having problems with is the Row Total.

I searched other posts that suggested adding a Calculated Field but it comes up with a 0 and if I format the items to Dates it comes up with a very odd number. I tried =SUM(Blue+Red+Yellow+Green) but that didn't work either.
I just want to count how may Dates per name in Total. I've also tried to convert all the dates to '1' but it still doesn't count it.
This is of course an example because the dataset I'm using is huge and comes out of an MIS report.
Thanks for any tips.