Board logo

標題: [發問] 有關於CountIfs的問題[已解決] [打印本頁]

作者: asus103    時間: 2011-1-12 18:56     標題: 有關於CountIfs的問題[已解決]

本帖最後由 asus103 於 2011-1-13 08:48 編輯

各位大大您好
我想再程式中直接統計(如附圖)
所在列之上,並同時有相同一性別與組別的數量
以下是我所用的
Application.CountIfs(.Range(.[E1], .Cells(i, "E")), .Cells(i, "E").Value, .Range(.[f1], .Cells(i, "F")), .Cells(i + 1, "F").Value)
(i=1,每次加1)
試過幾種方式都不成功,只好再麻煩各位了
[attach]4383[/attach]
作者: Hsieh    時間: 2011-1-12 19:10

i = 2
   Do Until .Cells(i, 4) = ""
   .Cells(i, "G") = Application.CountIfs(.Range(.[E1], .Cells(i, "E")), .Cells(i, "E"), .Range(.[F1], .Cells(i, "F")), .Cells(i, "F"))
   i = i + 1
   Loop
作者: asus103    時間: 2011-1-12 21:33

回復 2# Hsieh
Hsieh大大
對不起!!突然有一些事
我明天再修程式碼
還是先謝謝您
作者: asus103    時間: 2011-1-13 08:48

回復 2# Hsieh
感謝Hsieh大大
問題解決了!!!
定位原來也是我的一個難題

其實這次我最大的問題是整段程式碼的邏輯結構問題
與想要減少變數使用量,使結構複雜到自己無法駕馭
只見其小,未見其大的結果當然是一團亂
幸好有您熱心的協助
謝謝




歡迎光臨 麻辣家族討論版版 (http://forum.twbts.com/)