Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default can I ask now many mondays or tuesdays occur in my data?

In my data set, I have what I refer to as nominal data like day of the week,
location, etc. I want to know if in xcel I can sort these items and
determine how many I have of each..like how many mondays, how often does a
location occur... can someone point me in teh right direction for information?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default can I ask now many mondays or tuesdays occur in my data?

Check out example 10...

http://www.xldynamic.com/source/xld....2.html#between
--
HTH...

Jim Thomlinson


"tdiv" wrote:

In my data set, I have what I refer to as nominal data like day of the week,
location, etc. I want to know if in xcel I can sort these items and
determine how many I have of each..like how many mondays, how often does a
location occur... can someone point me in teh right direction for information?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default can I ask now many mondays or tuesdays occur in my data?

I'd use a simple approach.

I'd add another column to my data and return the day of the week.

=WEEKDAY(A2,2)&"."&TEXT(A2,"ddd")

This will give results like:
5.Fri
6.Sat
7.Sun
1.Mon
2.Tue
3.Wed
4.Thu
5.Fri
6.Sat
7.Sun
1.Mon
2.Tue
3.Wed

Then I could sort by this helper column -- and since I have that number at the
front, the Mondays will sort first.

After I have that column (and sorted), I could use data|subtotals.

Or I could drop the sort and use a pivottable.



tdiv wrote:

In my data set, I have what I refer to as nominal data like day of the week,
location, etc. I want to know if in xcel I can sort these items and
determine how many I have of each..like how many mondays, how often does a
location occur... can someone point me in teh right direction for information?


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default can I ask now many mondays or tuesdays occur in my data?

ps, I could use:

=countif(B:B,"1.Mon")
to count the number of mondays in column B.

tdiv wrote:

In my data set, I have what I refer to as nominal data like day of the week,
location, etc. I want to know if in xcel I can sort these items and
determine how many I have of each..like how many mondays, how often does a
location occur... can someone point me in teh right direction for information?


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 34
Default can I ask now many mondays or tuesdays occur in my data?

On Apr 30, 1:26*pm, tdiv wrote:
In my data set, I have what I refer to as nominal data like day of the week,
location, etc. *I want to know if in xcel I can sort these items and
determine how many I have of each..like how many mondays, how often does a
location occur... can someone point me in teh right direction for information?


Pivot Table!

Assuming you have a list of data, create a pivot table based on the
data and count on a column you're interested in. Tons of examples out
there, no formulas and fast.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
AVERAGE last 4 Mondays? Ted[_6_] Excel Worksheet Functions 1 March 19th 10 10:25 PM
Auto transfer data rows to other sheets when certain entries occur Struggling in Sheffield New Users to Excel 7 January 22nd 09 12:31 PM
Finding Mondays Tanya M Excel Discussion (Misc queries) 7 November 7th 08 07:30 PM
Get excel to list values that occur within raw data dennis34 Excel Discussion (Misc queries) 2 October 5th 05 12:09 PM
Free $100 Longhorn Steakhouse/Ruby Tuesdays/TGI Friday's/Outback Gift Card! shalle12 Excel Discussion (Misc queries) 0 August 1st 05 10:35 AM


All times are GMT +1. The time now is 02:26 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"