Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have some columns like this below except that there are 700 rows.
Date Status 3/7/2006 CLOSED 3/7/2006 CLOSED 3/7/2006 CANCEL 3/7/2006 OPEN 3/7/2006 OPEN 3/7/2006 OPEN I need to be able to produce output like this: Date Status Count 3/7/2006 CLOSED 2 3/7/2006 CANCEL 1 3/7/2006 OPEN 3 I was wondering if excel can do something like: select a, b, count(a) as c from worksheet1 group by a, b Any chance? Mike |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VB select code for a worksheet | Excel Programming | |||
In Excel 2000, How do you select the whole of a worksheet (Select. | Excel Discussion (Misc queries) | |||
In Excel 2000, How do you select the whole of a worksheet (Select. | Excel Discussion (Misc queries) | |||
How do I select this range using code....another try at it. | Excel Programming | |||
Code to Select Row | Excel Programming |