Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 24
Default Expanding a named range

I Have a set of values in a column that keeps track of customers for a given
product. I have a CountA function set up to count the non-null values in the
range, thus keeping track of how many customers I have for a given product.
My problem is this:
When I create a new row in the table to insert a new customer, that entry
now falls a row outside of my defined, named range, and the new entry doesn't
get counted in my COUNTA. Is there a way to redefine (stretch) the range I
have defined as "customers" so that it automatically grows row by row each
time I ADD insert a new row?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,344
Default Expanding a named range

Hi,

1. You can insert a row within the range
2. You can define your range to include 1 extra row and then insert a new
row at that point each time.
3. You can use a dynamic range name -
=OFFSET(A$1,0,0,COUNTA(A$1:A$1000))
Enter the above in the Refers to box of the Define Names area. You may need
to adjust to compensate for titles or blank rows at the top.

If this helps, please click the Yes button

--
Thanks,
Shane Devenshire


"jayceejay" wrote:

I Have a set of values in a column that keeps track of customers for a given
product. I have a CountA function set up to count the non-null values in the
range, thus keeping track of how many customers I have for a given product.
My problem is this:
When I create a new row in the table to insert a new customer, that entry
now falls a row outside of my defined, named range, and the new entry doesn't
get counted in my COUNTA. Is there a way to redefine (stretch) the range I
have defined as "customers" so that it automatically grows row by row each
time I ADD insert a new row?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default Expanding a named range

Hi,

You can also try the following:

Highlight the range and convert it to a list - Data List Create List

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"jayceejay" wrote in message
...
I Have a set of values in a column that keeps track of customers for a
given
product. I have a CountA function set up to count the non-null values in
the
range, thus keeping track of how many customers I have for a given
product.
My problem is this:
When I create a new row in the table to insert a new customer, that entry
now falls a row outside of my defined, named range, and the new entry
doesn't
get counted in my COUNTA. Is there a way to redefine (stretch) the range
I
have defined as "customers" so that it automatically grows row by row each
time I ADD insert a new row?


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 24
Default Expanding a named range


Thanks to both of you. I shall try all of these options to weigh the best
solution!
Regards!

"Ashish Mathur" wrote:

Hi,

You can also try the following:

Highlight the range and convert it to a list - Data List Create List

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"jayceejay" wrote in message
...
I Have a set of values in a column that keeps track of customers for a
given
product. I have a CountA function set up to count the non-null values in
the
range, thus keeping track of how many customers I have for a given
product.
My problem is this:
When I create a new row in the table to insert a new customer, that entry
now falls a row outside of my defined, named range, and the new entry
doesn't
get counted in my COUNTA. Is there a way to redefine (stretch) the range
I
have defined as "customers" so that it automatically grows row by row each
time I ADD insert a new row?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
expanding the size of all cells in a range thomas donino Excel Discussion (Misc queries) 1 July 10th 08 10:16 AM
Expanding a Range Automatically Rob E Excel Discussion (Misc queries) 6 January 25th 08 05:57 AM
Using Query and expanding named ranges [email protected] Excel Discussion (Misc queries) 1 July 21st 06 08:35 PM
inserting a named range into new cells based on a named cell Peter S. Excel Discussion (Misc queries) 1 June 4th 06 03:53 AM
expanding a range of numbers chchch Excel Discussion (Misc queries) 1 February 28th 06 07:51 PM


All times are GMT +1. The time now is 11:10 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"