Hi guys,
Im getting crazy trying the whole weekend to solve this issue. Hope somebody may help!
1) I have a TABLE in which I have 3 main headers:
Im getting crazy trying the whole weekend to solve this issue. Hope somebody may help!
1) I have a TABLE in which I have 3 main headers:
- [ID]: Numeric field from 1 to n
- [CONCEPT]: Text field with the description of each ID
-
Code:
: Text field with initials that represent each CONCEPT [/LIST] 2) In other sheet, I have a [U][B]RANGE[/B][/U] (in a row) with lots of cells , each of those cells containing a different CODE 3) I need a formula (without creating any auxiliary columns or rows) that gives me the number of CODES in that RANGE with ID>10. Something like this: [B]COUNTIF (RANGE of CODES,"CODES whose ID>10")[/B] 4) I have tried combinations of COUNTIF+INDEX+MATCH with no result. Any ideas? Many thanks in advance!