wsnyder
Board Regular
- Joined
- Sep 23, 2018
- Messages
- 224
- Office Version
- 365
- Platform
- Windows
Hi all,
I am trying to create a Dynamic Named Range from 2 Columns, but it keeps returning all columns
First I tried:
But returned too many columns, so I edited in Name Manager to this
Still returning more than 2 columns
I thought maybe because I edited the formula, so I just tried adding a new Dynamic Named Range?
No, still returning more than 2 columns.
What am I doing wrong here? Should just be $U:$V.
Thanks,
-w
I am trying to create a Dynamic Named Range from 2 Columns, but it keeps returning all columns
First I tried:
Excel Formula:
=Data!$U$8:INDEX(Data!$8:$1048576,COUNTA(Data!$U:$U),COUNTA(Data!$11:$11))
But returned too many columns, so I edited in Name Manager to this
Excel Formula:
=Data!$U$8:INDEX(Data!$8:$1048576,COUNTA(Data!$U:$U),COUNTA(Data!$U11:$V11))
Still returning more than 2 columns
I thought maybe because I edited the formula, so I just tried adding a new Dynamic Named Range?
No, still returning more than 2 columns.
What am I doing wrong here? Should just be $U:$V.
Thanks,
-w