rearrange data by day

  • Thread starter Thread starter Adent
  • Start date Start date
A

Adent

Hi I have daily data for some ten years listed downwards, and I woul
now like to know if there is possible to rearrange them so that I ca
get all the data for each day alone I.e. one group of just Monday dat
and another group and just Tuesday data as one group, all the number
are currently listed from A1 to A2000. I only Monday to Friday as m
days
All help is greatly appreciated!!!

If my explanation weren’t good enough, this is what my data look
like now
Tuesday 12/31/2002 279,73
Monday 12/30/2002 279,73
Friday 12/27/2002 281,982
Thursday 12/26/2002 278,829
Wednesday 12/25/2002 278,829
Tuesday 12/24/2002 278,829
Monday 12/23/2002 278,829
Friday 12/20/2002 277,477
Thursday 12/19/2002 275,676
Wednesday 12/18/2002 271,171

All the Tuesdays to come fist then the Mondays etc, it is the actua
numbers I want to rearrange
 
Hi Adent,
I am confused with the data layout, since it was stated all numbers are
in column A. Don't know if you have Excel dates (numbers) formatted
to show dddd mm/dd/yyyy and an additional column with an amout.

If that is all one formatted date, you would
need to create a helper column to assign a day of week value to.
C2: =WEEKDAY(A2,1)

You could then sort the entire sheet on the helper column
and use Data, Subtotal for the report.

Since you want Tuesday to come before Monday, and have not said
what you want to do with the other days I can't help you with a
substitution for the WEEKDAY number. The 1 is going to start
the week on Sunday, which is a rather safe assumption since you
have a US date format. But you really should check HELP anyway
if not familiar with something.

If everything is in Column a then everything is text and you can split
apart with Data, Text to Columns.
 
Well the auto filter thing worked fine, thanks guys you saved me a bunc
of work I actually started doing in manually which probably would hav
taken me about 4 months, buy your self an ice cream from me, I wil
thank you all in the beginning of this master thesis! :
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Countif Function?? 3
WeekDay count between dates 13
Timesheet with many conditions 4
Sum of data where a condition applies 1
Work days 6
Countif w/semicolon separated values 4
Count Days 6
Count 1

Back
Top