Giải thích hàm Count nhiều value (1 người xem)

Người dùng đang xem chủ đề này

phongvan212

Thành viên mới
Tham gia
12/4/15
Bài viết
1
Được thích
0
Capture.jpg

Có ai giải thích dùm tôi vì sao hàm count trong hình lại bằng 3 được không?
 
Có ai giải thích dùm tôi vì sao hàm count trong hình lại bằng 3 được không?

Câu trả lời là: ĐỌC LẠI HELP
1> Arguments that are numbers, dates, or a text representation of numbers (for example, a number enclosed in quotation marks, such as "1") are counted.
2> Logical values and text representations of numbers that you type directly into the list of arguments are counted.
3> Arguments that are error values or text that cannot be translated into numbers are not counted.
4> If an argument is an array or reference, only numbers in that array or reference are counted. Empty cells, logical values, text, or error values in the array or reference are not counted.
5> If you want to count logical values, text, or error values, use the COUNTA function.
6> If you want to count only numbers that meet certain criteria, use the COUNTIF function or the COUNTIFS function.
Vậy nên với công thức =COUNT(B2:B3,"7","5","AB") thì:
- Vùng B2:B3 được đếm là 1, số 20 tại B3 nó không đếm ---> theo giải thích ở 4>
- "7" được đếm là 1 ---> theo giải thích ở 1>
- "5" được đếm là 1 ---> theo giải thích ở 1>
- "AB" đương nhiên không được đếm
 

Bài viết mới nhất

Back
Top Bottom