![]() |
#1
|
|||
|
|||
![]()
Hello,
Im trying to run a dynamic range starting at a cell defined by another cell. The first part of my dynamic range works, ending at a cell defined by another cell. If CheckBox1.Value = True And CheckBox2.Value = True Then With Sheets("Summary").Range("E22") .FormulaArray = "=IFERROR(INDEX('1600 Daily'!G$3:G$300, SMALL(IF('1600 Daily'!$F$2:$F$300=1, ROW('1600 Daily'!$F$2:$F$300)-2),ROWS(G$2:G2))),"""")" .AutoFill Destination:=Range("E22", Cells(Range("M4"), "E")), Type:=xlFillDefault End With End If I just need this formula performed across the range of cells. It seems to be this small section that doesnt work 'Range(Cells(Range("M4"), "E")))' Thanks in advance for any help anyone can provide! |
Tags |
array, autofill, dynamic range |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
dmcmillion | Excel | 3 | 10-20-2014 09:59 AM |
![]() |
flextera | Excel | 3 | 06-17-2014 11:12 AM |
![]() |
Mango123 | Excel | 4 | 03-18-2014 02:52 PM |
![]() |
tinfanide | Excel Programming | 2 | 06-09-2012 10:19 AM |
How can I fill cell color starting from Cell D5 using Conditional formatting instead | Learner7 | Excel | 0 | 07-08-2010 05:50 AM |