Data comes out of my database formatted as follows with just the year and month.
201804 for April, 2018 or 201805 for May, 2018.
Also, the date is a number stored as text.
I am trying to group that date in a pivot table but unable to without quite a bit of manipulation.
Currently I am using text to columns and the joining the data back but this takes quite a few steps.
Can anyone suggest a faster or more efficient way to accomplish what I’m trying to do?
201804 for April, 2018 or 201805 for May, 2018.
Also, the date is a number stored as text.
I am trying to group that date in a pivot table but unable to without quite a bit of manipulation.
Currently I am using text to columns and the joining the data back but this takes quite a few steps.
Can anyone suggest a faster or more efficient way to accomplish what I’m trying to do?