Named ranges with the same formula gives different values

Waimea

Active Member
Joined
Jun 30, 2018
Messages
465
Office Version
  1. 365
Platform
  1. Windows
I am trying to use dynamic named ranges in my workbook,

I have defined several dynamic named ranges but when I evaluate them the ranges are different by 1 row, which in turn makes SUMIFS and COUNTIFS to say #value .

This is the formula for the named ranges that I am using:

Code:
=OFFSET(Data!$H$13;0;0;COUNTA(Data!$H:$H)-1;1)

My data starts at row 13 as the header row, which I in turn deduct in the COUNTA formula.

Is there a better formula for dynamic named ranges?
 
Last edited:

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
I mentioned on the forum where I cross posted that I had posted a similar thread here. But you are right Fluff, I should have edited one of my posts with a cross posting message here also!
 
Upvote 0

Forum statistics

Threads
1,216,564
Messages
6,131,430
Members
449,652
Latest member
ylsteve

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top