Hi,
I am trying to analyze monthly income and volume data; problem is that the data is in following format
[TABLE="width: 500"]
<tbody>[TR]
[TD]Client Name[/TD]
[TD]Income Jan 18[/TD]
[TD]Income Feb 18[/TD]
[TD]Volume Jan 18[/TD]
[TD]Volume Feb 18[/TD]
[TD]Visits Jan 18[/TD]
[TD]Visits Feb 18[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Client name 1[/TD]
[TD]2343[/TD]
[TD]43434[/TD]
[TD]4434[/TD]
[TD]42234[/TD]
[TD]43234[/TD]
[TD]23424[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Client name 2[/TD]
[TD]2342[/TD]
[TD]242345[/TD]
[TD]25345[/TD]
[TD]525[/TD]
[TD]453[/TD]
[TD]535[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
When making a pivot table the columns headed Jan 18 / Feb 18 etc are (rightfully) not recognized as dates; would there be an easy way to transform this data so that I could analyze trends based on the dates ? Background information: the excel containts thousands of rows of clients and about 50 columns containing the date datasets (income jan, income feb, income march etc.. ) and is generated in a big corporate without any possibility to change the way the data is delivered to me
thanks !!
I am trying to analyze monthly income and volume data; problem is that the data is in following format
[TABLE="width: 500"]
<tbody>[TR]
[TD]Client Name[/TD]
[TD]Income Jan 18[/TD]
[TD]Income Feb 18[/TD]
[TD]Volume Jan 18[/TD]
[TD]Volume Feb 18[/TD]
[TD]Visits Jan 18[/TD]
[TD]Visits Feb 18[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Client name 1[/TD]
[TD]2343[/TD]
[TD]43434[/TD]
[TD]4434[/TD]
[TD]42234[/TD]
[TD]43234[/TD]
[TD]23424[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Client name 2[/TD]
[TD]2342[/TD]
[TD]242345[/TD]
[TD]25345[/TD]
[TD]525[/TD]
[TD]453[/TD]
[TD]535[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
When making a pivot table the columns headed Jan 18 / Feb 18 etc are (rightfully) not recognized as dates; would there be an easy way to transform this data so that I could analyze trends based on the dates ? Background information: the excel containts thousands of rows of clients and about 50 columns containing the date datasets (income jan, income feb, income march etc.. ) and is generated in a big corporate without any possibility to change the way the data is delivered to me
thanks !!