Pivot text data

S

sheikhzada

Is there a way to organize data based on text fields. Here is what I am
trying to do. I have two columns of data, for example, consider the
data below:

_Day_ _Time_ _Subject_
Saturday 4pm Call you
Sunday 5 pm Call me

I want to create a pivot report from this data. So that the data would
look like this:

_Saturday_ _Sunday_
4 pm Call you
5pm Call me
 
Top