Hello all,
I'm working on a spreadsheet where I have numerous pivots. Some pivots I'm able to group the date field, however there's one pivot that I'm unable to group the same date field I'm able to in other pivots. Does anyone know why this might be happening? I've tried creating a new pivot, but continue to receive the same "cannot group selection" error. Any help would be greatly appreciated. Also, I am not selecting the data model option when creating my pivot. I am also using this formula in order to convert the original date which contains a time stamp and time zone to a flat date.
<code>
=IF(ISBLANK(G2),"",TEXT(IF(CELL("type",G2)=CHAR(108),LEFT(G2,FIND(" ", G2)),INT(G2)),"mm/dd/yyyy"))
</code>
Thank you.
D.
I'm working on a spreadsheet where I have numerous pivots. Some pivots I'm able to group the date field, however there's one pivot that I'm unable to group the same date field I'm able to in other pivots. Does anyone know why this might be happening? I've tried creating a new pivot, but continue to receive the same "cannot group selection" error. Any help would be greatly appreciated. Also, I am not selecting the data model option when creating my pivot. I am also using this formula in order to convert the original date which contains a time stamp and time zone to a flat date.
<code>
=IF(ISBLANK(G2),"",TEXT(IF(CELL("type",G2)=CHAR(108),LEFT(G2,FIND(" ", G2)),INT(G2)),"mm/dd/yyyy"))
</code>
Thank you.
D.
Last edited: