Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
AVERAGE last 4 Mondays? | Excel Worksheet Functions | |||
Auto transfer data rows to other sheets when certain entries occur | New Users to Excel | |||
Finding Mondays | Excel Discussion (Misc queries) | |||
Get excel to list values that occur within raw data | Excel Discussion (Misc queries) | |||
Free $100 Longhorn Steakhouse/Ruby Tuesdays/TGI Friday's/Outback Gift Card! | Excel Discussion (Misc queries) |