Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello.. I've tried using both of the following & neither work. Can anyone
help? The first doesn't do anything and the second returns a Value error. For i = 1 To lstRow - 1 If Cells(i, 1).Value < Cells(i + 1, 1).Value Then Cells(i + 1, 9).Formula = "=SUMPRODUCT(--(a1:A" & lstRow & "),--(H1:H " & lstRow & "< 0.0215277777777778),H1: & lstrow)" Else 'nothing End If Next i For i = 1 To lstRow - 1 If Cells(i, 1).Value < Cells(i + 1, 1).Value Then Cells(i + 1, 9).Formula = evaluate("SUMPRODUCT(--(a1:A" & lstRow & "),--(H1:H " & lstRow & "< 0.0215277777777778),H1: & lstrow)") Else 'nothing End If Next i -- Thanks in advance! T |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting Blank cells using evaluate(=sumproduct) | Excel Programming | |||
EVALUATE SUMPRODUCT formula | Excel Programming | |||
Why won't Sumproduct funciton evaluate this data | Excel Worksheet Functions | |||
Evaluate sumproduct question | Excel Programming | |||
Evaluate - Sumproduct GRRR | Excel Programming |