Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am trying to code a SUMIF expression in VBA. I keep getting an error and was hoping someone could assist. Here is the formula (not in VBA Code): =sumif('Annual Data'!Q:Q,"CLT",'Annual Data'!M:M) I tried this (VBA): SumIf(Sheets("Annual Data").Range(Q, Q), "CLT", Sheets("Annual Data").Range(M, M)) Any help would be appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SUMIF??? | Excel Discussion (Misc queries) | |||
sumif for multi conditions. i.e sumif(A1:A10,"Jon" and B1:B10,"A" | Excel Worksheet Functions | |||
Embedding a Sumif in a sumif | Excel Worksheet Functions | |||
nested sumif or sumif with two criteria | Excel Worksheet Functions | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions |