Forum Discussion

Emilie_BRP's avatar
Emilie_BRP
Copper Contributor
Mar 15, 2022

Pivot table and date sorting/grouped by months/years when empty cells in selected data

Hi,

I am just starting to use pivot table and I have to say it si so helpful!

I am not able to group my date data per month/year.

In my selected column of date I have many empty cells, this seems to be my issue, nevertheless I cannot remove all of them or even sort this column.

I wanted to know if it was possible to group my dates by month and years even with these empty cells? For exemple, can I replace the empty cells by something else using a formula or anything else?

Will be happy to read your suggestions/advices/solutions

Thank you very much,

Best,

Emilie

 

    • Emilie_BRP's avatar
      Emilie_BRP
      Copper Contributor
      I am sorry, I don't really understand your question, like this how?
      the data table on the left or the pivot tables on the right?

      Thx
  • Donald_Genes_'s avatar
    Donald_Genes_
    Brass Contributor
    Yes,
    Step 1 - Split your Date Column like this
    15-March-2022 | Year(Date) | Text(Date, "MMM")
    So you should have an helper column in years and Months
    Then Load the table to Pivot Table > Drag the Month Field to Rows and Years To Column Fields and Amount to Values Field.

    Does your formula for the dates have blanks? For whatever reason, the pivot recognizes a true blank cell differently than a formula that returns "". True blanks don't affect grouping but the formula ones will not allow you to group.

    You could try using PowerQuery to do the data cleaning and then your output will have true blanks and thus be able to be manipulated & grouped correctly through a pivot.
    • alexcerci's avatar
      alexcerci
      Copper Contributor

      Donald_Genes_ All my blank cells are "true blank", I checked with the function Isblank(), but still not able to group dates. Do you have any suggestions? Thank you in advance
      • SergeiBaklan's avatar
        SergeiBaklan
        MVP

        alexcerci 

        Do you have dates (which are actually numbers) or texts which looks like dates? You may check by ISNUMBER(). Also, do you have any other texts in Date column?

    • Emilie_BRP's avatar
      Emilie_BRP
      Copper Contributor

      Donald_Genes_ 

       

      Hi,

       

      thank you very much for your response, 

      Yes, I have formula and not real blanks, maybe it is my problem, let me try that first.

      Power query, don't know this. I have to check if I have it and how it works to put real blanks

       

Resources