Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a huge database in wich some fields are strings. I need to count
records based - amongst others - on the two last characters of a field. However, I must differentiate between az, aZ, AZ etc. The COUNTIF does not allow for that (Right?). I can circumvent the COUNTIF through using SUMPRODUCT, e.g. SUMPRODUCT((ISNUMBER(FIND("aZ",RIGHT(Field1,2)))*( Field2=condition))) I have the impression that Excel becomes very slow by using this. So far for the COUNT; but I would liek as well to filter specific records on the database with e.g. the Advanced Filter, how do I enter a criterion to filter out records with last 2 characters "aZ" (and not extract "AZ" and so on)? Thanks, Alain |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Case Sensitive Lookup | Excel Discussion (Misc queries) | |||
countif function: how to distinguish case/make case sensitive | Excel Worksheet Functions | |||
Case sensitive filtering | Excel Discussion (Misc queries) | |||
Case Sensitive w/ IF | Excel Worksheet Functions | |||
Case sensitive advanced filtering | Excel Discussion (Misc queries) |