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
Bookmarks