Pivot excel _01

I have an excel in this format

I have used excel pivoting activity in UiPath for filter this column like below

My final Pivoted Data is Coming with date format but not with month format (Filter option)

Final Sheet

image

So what should i do to get the month format instead of date format using “Create pivot activitity”

@Gokul_Murali

If you are creating pivot manually are you getting a month dropdown?

@muktadir

Yes while doing manually iam getting the month automatically in the row field
But when adding in the filter field iam not getting

Hi @Gokul_Murali

Can you try to change below formats

Regards,

@lrtetala

I have tried all that 4 option in the use excel activity but still the same

ok you can use VBA to group by month. Use invoke VBA activity. read the linked post to get an idea

https://www.bluepecantraining.com/portfolio/excel-vba-how-to-group-by-date-field-in-a-pivottable/

@muktadir

Is there any other way to change the format for this column instead of this vb code

@Gokul_Murali

Can you try with Format Cells activity

Regards,

@lrtetala

For this cell below
image

I have used format cell this

But the same result

@Gokul_Murali

You need to give like below

Excel.Sheet("Sheet1").Range("B:B")

Regards,

@lrtetala

So this column(B) is changed to Month Format Not the filter.

image

And the filter column remains the same as it is

image