Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Experts, I have a question.
if column A has letters A, B, C or D multiple and column B has numbers 1, 2 or 3. Column A Column B a 1 a 1 a 2 a 2 a 2 a 2 a 1 a 2 a 1 b 2 b 1 b 1 b 2 b 1 b 1 b 1 c 2 I want to count the instances where column A has A and Column B has 1 column A has A and Column B has 2 column A has A and Column B has 3 column A has B and column B has 1 column A has B and column B has 2 column A has B and column B has 2 column A has B and column B has 3 column A has C and column B has 1 column A has C and column B has 2 column A has C and column B has 3 column A has D and column B has 1 column A has D and column B has 2 and column A has D and column B has 3 please help me... |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Have you looked at doing a pivot table. Place Columns A and then B in the
left of the pivot table and then place column B in the middle of the table. Switch the aggregation to Count and that should do it... if you want more help with that just reply back... -- HTH... Jim Thomlinson "Mir Khan" wrote: Hi Experts, I have a question. if column A has letters A, B, C or D multiple and column B has numbers 1, 2 or 3. Column A Column B a 1 a 1 a 2 a 2 a 2 a 2 a 1 a 2 a 1 b 2 b 1 b 1 b 2 b 1 b 1 b 1 c 2 I want to count the instances where column A has A and Column B has 1 column A has A and Column B has 2 column A has A and Column B has 3 column A has B and column B has 1 column A has B and column B has 2 column A has B and column B has 2 column A has B and column B has 3 column A has C and column B has 1 column A has C and column B has 2 column A has C and column B has 3 column A has D and column B has 1 column A has D and column B has 2 and column A has D and column B has 3 please help me... |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Assume you data is in A2:B100 and A1:B1 are header labels.
Select A1:B100 and do Data=Filter=Advanced Filter, select unique in the lower left and copy to. Then select a range like D1. And click OK. (leave criteria blank) in F2 =sumproduct(--($A$2:$A$100=D2),--($B$2:$B$100=E2)) then drag fill down the column. -- Regards, Tom Ogilvy "Mir Khan" wrote: Hi Experts, I have a question. if column A has letters A, B, C or D multiple and column B has numbers 1, 2 or 3. Column A Column B a 1 a 1 a 2 a 2 a 2 a 2 a 1 a 2 a 1 b 2 b 1 b 1 b 2 b 1 b 1 b 1 c 2 I want to count the instances where column A has A and Column B has 1 column A has A and Column B has 2 column A has A and Column B has 3 column A has B and column B has 1 column A has B and column B has 2 column A has B and column B has 2 column A has B and column B has 3 column A has C and column B has 1 column A has C and column B has 2 column A has C and column B has 3 column A has D and column B has 1 column A has D and column B has 2 and column A has D and column B has 3 please help me... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count Employee Work Time - Don't Count Duplicates | Excel Worksheet Functions | |||
Count Employee Work Time - Don't Double-count Overlapping Apts. | Excel Worksheet Functions | |||
Excel 2000, count, sort a list & count totals? | Excel Worksheet Functions | |||
Excel Count characters in a textbox to display character count? | Excel Programming | |||
Count Intervals of Filtered TEXT values in Column and Return Count across a Row | Excel Worksheet Functions |