Using Excel 2000, I need to count only if both of the criteria are met. Just for example, I have a list of fruits with price and dates beside it.
If I want to COUNT only when the price is more than $5 AND the date are blank.
[HTML]
Fruit Price Date
Apple $3 Jul-08
Kiwi $6 Jun-08
Orange $8
Apple $6 Jan-08
Kiwi $2 Jul-08
Apple $7
Kiwi $4
[/HTML] How to write the formula in excel so that I get "2" in the result column?
If I want to COUNT only when the price is more than $5 AND the date are blank.
[HTML]
Fruit Price Date
Apple $3 Jul-08
Kiwi $6 Jun-08
Orange $8
Apple $6 Jan-08
Kiwi $2 Jul-08
Apple $7
Kiwi $4
[/HTML] How to write the formula in excel so that I get "2" in the result column?
Comment