Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have numerous (approx. 30) 2 letter codes used to identify different type
of work events. Some are "soft" events, some are "hard" events. I want to count how many times each type of event occurs in a range. Soft = DO, VC, SK, JD, CP, etc. Hard = FT, TH, WK, MT, etc. My data is entered across columns by date and down rows by employee. Does anyone know how to sum the "soft" and "hard" events by row / employee? Thanks. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Assume that your first employee data is in row 21 (Let's say the workevents are in D21:I21). In C26:C31, enter the soft codes and in D26:D29, enter the hard codes. In cell J21, enter the following formula to count the soft codes =SUMPRODUCT(1*(ISNUMBER(MATCH($D21:$I21,$C$26:$C$3 0,0)))) For hard codes =SUMPRODUCT(1*(ISNUMBER(MATCH($D$21:$I$21,$D$26:$D $30,0)))) Hope this helps -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com "Beauty Girl" <Beauty wrote in message ... I have numerous (approx. 30) 2 letter codes used to identify different type of work events. Some are "soft" events, some are "hard" events. I want to count how many times each type of event occurs in a range. Soft = DO, VC, SK, JD, CP, etc. Hard = FT, TH, WK, MT, etc. My data is entered across columns by date and down rows by employee. Does anyone know how to sum the "soft" and "hard" events by row / employee? Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
counting occurances | New Users to Excel | |||
Counting # of occurances of words in text | Excel Worksheet Functions | |||
Counting occurances | Excel Discussion (Misc queries) | |||
Counting Occurances | Excel Discussion (Misc queries) | |||
counting occurances | Excel Worksheet Functions |