Was curious as to whether there was a limit to the number of Named Ranges that a workbook can accommodate? My research revealed a long list of new limits for Excel 2007 from Excel 2003, but nothing that addressed Named Ranges.
Also, is it possible to create somekind of worksheet variable within a Named Range. That is, I am essentially referencing the same range in each worksheet, but I would rather reference a worksheet variable as opposed to creating a new named range for each worksheet.
Example: I have a few named ranges referenced by charts on each worksheet–the following list is an example of one of those named ranges duplicated in each worksheet and referenced by a unique chart within each worksheet. For the following arrays, I would have to create a named range specific to each worksheet.
=SUM(Sheet1!$A$2:$C$24)
=SUM(Sheet2!$A$2:$C$24)
=SUM(Sheet3!$A$2:$C$24)
=SUM(Sheet4!$A$2:$C$24)
=SUM(Sheet5!$A$2:$C$24)
Is there a way to reference the worksheet where the chart is residing within the Named Range so I don’t have to create a continuing list of Named Ranges that are all essentially the same?
thanks
Amy