Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have name a cell range say from C2:K5 as NameLookup.
Now I added some rows to it so the range should be C2:K10 and want to name the same name. How do I do that? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
define the name
in the refers to box =offset($C$2,0,0,counta(c:c)-1,9) then it will be self-adjusting. Change c:c to the longest in the range -- Don Guillett SalesAid Software "Man Utd" wrote in message ... I have name a cell range say from C2:K5 as NameLookup. Now I added some rows to it so the range should be C2:K10 and want to name the same name. How do I do that? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Named range/cell, sort & delete | Excel Discussion (Misc queries) | |||
ADD A BUTTON TO A CELL TO DELETE A RANGE OF CELLS? | Excel Discussion (Misc queries) | |||
Delete columns of a cell range | Excel Discussion (Misc queries) | |||
Selecting range in list of range names depending on a cell informa | Excel Discussion (Misc queries) | |||
How do you delete one cell from a range of protected cells | Excel Worksheet Functions |