Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
tree
 
Posts: n/a
Default 如何分辨大小寫?

excel 可以利用 countif 計算已知區域的目標數目,但是countif無 法分辨大小寫,如 "1b" or "1B".
請問有什麼函數可做到*功能呢?
  #2   Report Post  
Max
 
Posts: n/a
Default

As COUNTIF is not case sensitive,
one way to get counts which need to be case sensitive ..

Assuming data is within A1:A100

To count no. of cells with "1b" :
=SUMPRODUCT(--(ISNUMBER(FIND("1b",A1:A100))))

To count no. of cells with "1B" :
=SUMPRODUCT(--(ISNUMBER(FIND("1B",A1:A100))))

Adapt the ranges to suit ..
--
Rgds
Max
xl 97
---
GMT+8, 1 22' N 103 45' E
xdemechanik <atyahoo<dotcom
----
"tree" wrote in message
...
excel ???? countif ???????????,??countif???????,? "1b" or "1B".
???????????????


How distinguishes the big small letter?
Excel may calculate the known region using countif the goal number, but
countif is unable to distinguish the big small letter, like "1b" or "1B"
Asked what function has to be possible to achieve this function?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 01:40 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright 2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"