Jeffrey Mahoney
Well-known Member
- Joined
- May 31, 2015
- Messages
- 3,142
- Office Version
- 365
- Platform
- Windows
I'm trying to create a dynamic range by using the intersect of a range and a range of Rows. If I create this formula:
$A$6:$V$1000 6:20
I get a range of $A$6:$V$20 to work with
If I want to dynamically select the rows like this:
$A$6:$V$1000 6:Max(($A$6:$A$1000<>"")*row($A$6:$A$1000))
it won't let me create this formula
I know that Max(($A$6:$A$1000<>"")*row($A$6:$A$1000)) gives me the correct row number
I tried using the LET function to assign that to a variable, that's a no go also.
Is there a simple way to specify a range of rows dynamically?
$A$6:$V$1000 6:20
I get a range of $A$6:$V$20 to work with
If I want to dynamically select the rows like this:
$A$6:$V$1000 6:Max(($A$6:$A$1000<>"")*row($A$6:$A$1000))
it won't let me create this formula
I know that Max(($A$6:$A$1000<>"")*row($A$6:$A$1000)) gives me the correct row number
I tried using the LET function to assign that to a variable, that's a no go also.
Is there a simple way to specify a range of rows dynamically?