mattygriff
Programmer
I'm trying to create a named range but am coming up against an issue.
The cells are not contiguous, rather are split across different rows - for example,
My problem is that I need to extend this range to take in more rows which works OK for rows 21, 23, 25 and 27. However, when I try and include row 29, the "Define Name - Refers to:" box clears itself and I just get a single equals sign.
I'm guessing there's a limit on non-continuous groups of cells that can be included in a Named Range - can anyone confirm and suggest a solution?
Thanks.
The cells are not contiguous, rather are split across different rows - for example,
Code:
='ECC Form 9'!$D$9:$K$9,'ECC Form 9'!$D$11:$K$11,'ECC Form 9'!$D$13:$K$13,'ECC Form 9'!$D$15:$K$15,'ECC Form 9'!$D$17:$K$17,'ECC Form 9'!$D$19:$K$19
I'm guessing there's a limit on non-continuous groups of cells that can be included in a Named Range - can anyone confirm and suggest a solution?
Thanks.