View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default Count to end of Range

You could use dynamic named ranges, as described here on Chip
Pearson's site:

http://www.cpearson.com/excel/named.htm#Dynamic

The ranges would automatically adjust themselves to suit the amount of
data that you have. You can use the names in your formula instead of
actual cell references.

Hope this helps.

Pete

On Apr 24, 3:48*pm, John wrote:
Is there a way to count to the end of a column when you are not sure how long
the range is? I have functions that use the SUMPRODUCT to count various
series of data in other worksheets, but each month new data is added to those
worksheets and I have to keep editing the functions. Otherwise I have to use
set the functions to count out well beyond the data which is slowing down
Excel.

Any help would be apprechiated.

Using Excel 2003.