B
BerkshireGuy
I have some data where each row has a date in the format of 20050101,
20060423, etc.
I wanted to create a pivot of this data, but have groups depending on
which date range they fall under.
which group it falls under.
I first need to reformat the date as 01/01/2005 and then do a between
comparision - i.e. Between 01/01/2005 and 03/01/2005 would get placed
the 01/01/2005 - 03/01/2005 group.
I'm assuming something with date serial?
Any ideas?
Thanks,
Brian
20060423, etc.
I wanted to create a pivot of this data, but have groups depending on
which date range they fall under.
column called date group and then having a comparision to indicateFrom other projects, I figured the best way to do this is have a new
which group it falls under.
I first need to reformat the date as 01/01/2005 and then do a between
comparision - i.e. Between 01/01/2005 and 03/01/2005 would get placed
the 01/01/2005 - 03/01/2005 group.
I'm assuming something with date serial?
Any ideas?
Thanks,
Brian