Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am successfully using the following countifs function in a 2007 worksheet,
but need to give it to 2003 users, and am having a hard time translating it to something that will work in excel 2003. In a spreadsheet sorted by column A, the formula checks first to see if it is the first occurance of the value in A, then for all the rows with that same value in col A within the following 20 rows, it counts the number of occurances of "XX" in the B column. =IF(A4=A3,"",COUNTIFS(A4:A19,A4,B4:B19,"xx")) For Cols A and B it will return the values in C _A__ _B__ _C___ apple xx 2 apple apple xx banana xx 1 banana peach 0 pear xx 3 pear pear xx pear xx pear How can I make this work in a 2003 spreadsheet using array formulas? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Countifs equiv in 2003 | Excel Discussion (Misc queries) | |||
COUNTIFS for 2003 | Excel Worksheet Functions | |||
excel's new countifs...on 2003? | Excel Discussion (Misc queries) | |||
Translating an IF formula from Lotus 1-2-3 to Excel | Excel Worksheet Functions | |||
Translating function names | Excel Discussion (Misc queries) |