Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hello
I Have various data in column "E", and would like to put the result in each cell of column "F" Sub teste() Dim vResultado Dim LR As Long LR = Range("E" & Rows.Count).End(xlDown).Row vResultado = Application.SumIf(Range("A2:A3000"), Range("E3"), Range("B2:B3000")) Cells(LR + 1) = vResultado End Sub does anyone know how to do? Thank you! Last edited by elsg : May 23rd 12 at 01:43 AM |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to nest a left function within a sumif function? | Excel Worksheet Functions | |||
How do I use the TODAY function with the SUMIF function? | Excel Worksheet Functions | |||
SUMIF Function Inside SUMPRODUCT Function | Excel Worksheet Functions | |||
Can SUMIF function include AND function | Excel Worksheet Functions | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions |