G
GTS
Hello, suppose i have a worksheet like this:
Column A Column B Column C
Type A Type B Type C
USA A ATR-0
USA P ATH-6
UK A KAL-8
UK P VEN-4
SPAIN P ATH-4
SPAIN A FIL-9
USA A ATR-8
Ok now, i'd like to count the number of rows that satisfy the criteria
Column A is "USA" AND column B is "A" and column C is begging with AT
(that is "ATR*" i think)
What is the function that does that? The result is 2 in the exampl
above.
Thanx,
Georg
Column A Column B Column C
Type A Type B Type C
USA A ATR-0
USA P ATH-6
UK A KAL-8
UK P VEN-4
SPAIN P ATH-4
SPAIN A FIL-9
USA A ATR-8
Ok now, i'd like to count the number of rows that satisfy the criteria
Column A is "USA" AND column B is "A" and column C is begging with AT
(that is "ATR*" i think)
What is the function that does that? The result is 2 in the exampl
above.
Thanx,
Georg