Hi Everyone,
I'm trying to speed up the calculation on a huge workbook I've inherited by converting it to use Dynamic Named Ranges. My problem is that on one sheet the data has gaps in it. As I understand it, the standard way to create a dynamic named range is to use Counta() in an Offset() formula. However, this will mean that I will be missing however many rows off the bottom of my range as there are blank rows in the range. Is there any simple formula I can use to get around my issue? Otherwise I think I'll just write some VBA to redefine the range using the on calculate event.
Thanks...
I'm trying to speed up the calculation on a huge workbook I've inherited by converting it to use Dynamic Named Ranges. My problem is that on one sheet the data has gaps in it. As I understand it, the standard way to create a dynamic named range is to use Counta() in an Offset() formula. However, this will mean that I will be missing however many rows off the bottom of my range as there are blank rows in the range. Is there any simple formula I can use to get around my issue? Otherwise I think I'll just write some VBA to redefine the range using the on calculate event.
Thanks...