silverbluemoon
New Member
- Joined
- May 19, 2010
- Messages
- 25
- Office Version
- 365
- 2019
- Platform
- Windows
I am using MS Excel 2010. I have created a custom list with the following data in this order:
I have selected the entire worksheet by clicking the upper left hand corner of the sheet so that everything is selected. I have four columns of data and I SORT on my custom list. Each time I run it on column 4 ("Quarter"), it gives me a different result. It appears random. Some example results:
SORT #1:
SORT #2:
SORT #3:
So, the sorts above are on the same data with the same custom list with zero change in the sort parameters. The column is a Text formatted column. Can you tell what I'm doing wrong?
I'm sure it's a perfectly rookie mistake, but as I can't solve it, I've come to the you guys, the experts. I am so ridiculously frustrated.
Thanks in advance for any help you can offer!
Code:
CY2010Q1
CY2010Q2
CY2010Q3
CY2010Q4
CY2011Q1
CY2011Q2
CY2011Q3
CY2011Q4
CY2012Q1
CY2012Q2
CY2012Q3
CY2012Q4
CY2013Q1
CY2013Q2
CY2013Q3
CY2013Q4
I have selected the entire worksheet by clicking the upper left hand corner of the sheet so that everything is selected. I have four columns of data and I SORT on my custom list. Each time I run it on column 4 ("Quarter"), it gives me a different result. It appears random. Some example results:
SORT #1:
Code:
CY2011Q4
CY2010Q4
CY2011Q1
CY2011Q1
CY2010Q2
CY2011Q1
CY2011Q2
CY2012Q4
CY2012Q2
CY2012Q4
CY2012Q1
CY2011Q1
CY2011Q1
CY2011Q2
CY2011Q2
CY2012Q1
CY2010Q3
CY2010Q1
CY2012Q4
CY2012Q1
CY2011Q2
CY2010Q2
CY2011Q4
CY2012Q2
SORT #2:
Code:
CY2011Q2
CY2012Q3
CY2011Q4
CY2010Q3
CY2011Q1
CY2010Q2
CY2011Q4
CY2012Q2
CY2012Q4
CY2011Q4
CY2010Q3
CY2011Q1
CY2012Q1
CY2011Q1
CY2010Q2
CY2012Q1
CY2011Q1
CY2010Q4
CY2011Q1
CY2010Q2
CY2010Q4
CY2012Q1
CY2011Q1
CY2012Q4
SORT #3:
Code:
CY2012Q3
CY2012Q2
CY2011Q2
CY2011Q1
CY2010Q4
CY2011Q1
CY2010Q2
CY2012Q4
CY2010Q2
CY2011Q2
CY2011Q2
CY2011Q1
CY2011Q4
CY2010Q2
CY2011Q1
CY2011Q2
CY2012Q1
CY2010Q3
CY2011Q1
CY2010Q2
CY2011Q4
CY2011Q1
CY2010Q3
CY2010Q4
So, the sorts above are on the same data with the same custom list with zero change in the sort parameters. The column is a Text formatted column. Can you tell what I'm doing wrong?
I'm sure it's a perfectly rookie mistake, but as I can't solve it, I've come to the you guys, the experts. I am so ridiculously frustrated.
Thanks in advance for any help you can offer!