For example
I name A2:A5; "test_a"
I name A6:A10; "test_b"
I want to create a third named range "test_c" which then includes the {sum} area of "test_a" and "test_b"
Context / Rationale
I tried to create a named range that includes many (80 plus) non-contiguous named ranges.
Strangely even though i selected all of these cells, and created a named range from that; when i then tried to select the named range - It only selected a partial part of the range. I believe (correct me if i am wrong) that there is character limit within a named range; because when i review the named range (in name manager) it only shows some of the range i had selected.
I thought that a workaround would be the following;
Select part A of the range (such that the total named range does not exceed the character limit)
names this "Test_a"
Select part B of the range
name this "Test_b"
Create another name range which combines test_a and test_b
Solution / Alternative
How would i do that or if not, can you think of any other workarounds?
Limitations
Unfortunately restructuring my data is not really an option
To suit client needs, i also need to avoid any VBA where possible.
I hope that is clear. Many thanks in advance for you help. As my first post, it is an honour to be amongst experts and please forgive any beginner posting errors!
Simon
I name A2:A5; "test_a"
I name A6:A10; "test_b"
I want to create a third named range "test_c" which then includes the {sum} area of "test_a" and "test_b"
Context / Rationale
I tried to create a named range that includes many (80 plus) non-contiguous named ranges.
Strangely even though i selected all of these cells, and created a named range from that; when i then tried to select the named range - It only selected a partial part of the range. I believe (correct me if i am wrong) that there is character limit within a named range; because when i review the named range (in name manager) it only shows some of the range i had selected.
I thought that a workaround would be the following;
Select part A of the range (such that the total named range does not exceed the character limit)
names this "Test_a"
Select part B of the range
name this "Test_b"
Create another name range which combines test_a and test_b
Solution / Alternative
How would i do that or if not, can you think of any other workarounds?
Limitations
Unfortunately restructuring my data is not really an option
To suit client needs, i also need to avoid any VBA where possible.
I hope that is clear. Many thanks in advance for you help. As my first post, it is an honour to be amongst experts and please forgive any beginner posting errors!
Simon