Good Afternoon,
Hopefully someone can help me with this issue I have an Excel Document similar to below, with the fields all showing their format as "General" as this is how the data is sent to me.
[TABLE="width: 271"]
<colgroup><col span="2"><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD][TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Month[/TD]
[TD]Quarter[/TD]
[TD]Year[/TD]
[TD]Units[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Q1[/TD]
[TD]2017[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Q1[/TD]
[TD]2017[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Q1[/TD]
[TD]2017[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Q2[/TD]
[TD]2018[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Q2[/TD]
[TD]2018[/TD]
[TD]4[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD]
[/TD]
[/TR]
</tbody>[/TABLE]
I am looking to:
- Find a way to change the month from 1/2/3/4.... to Jan/Feb/Mar etc.
- Have Q1 recognized as a period of time
- Have Year (2017/2018 etc) show as 2017/2018 but formatted as a year
The reason for doing this is so that I can start looking at Power BI reports showing MoM, QoQ and YoY data. I didnt publish this in the Power BI section as I believe this is an Excel query.
Many Thanks in advance for any help you can provide!
Hopefully someone can help me with this issue I have an Excel Document similar to below, with the fields all showing their format as "General" as this is how the data is sent to me.
[TABLE="width: 271"]
<colgroup><col span="2"><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD][TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Month[/TD]
[TD]Quarter[/TD]
[TD]Year[/TD]
[TD]Units[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Q1[/TD]
[TD]2017[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Q1[/TD]
[TD]2017[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Q1[/TD]
[TD]2017[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Q2[/TD]
[TD]2018[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Q2[/TD]
[TD]2018[/TD]
[TD]4[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD]
[/TD]
[/TR]
</tbody>[/TABLE]
I am looking to:
- Find a way to change the month from 1/2/3/4.... to Jan/Feb/Mar etc.
- Have Q1 recognized as a period of time
- Have Year (2017/2018 etc) show as 2017/2018 but formatted as a year
The reason for doing this is so that I can start looking at Power BI reports showing MoM, QoQ and YoY data. I didnt publish this in the Power BI section as I believe this is an Excel query.
Many Thanks in advance for any help you can provide!