I have these named ranges
OFFSET(filter!$B$9,(MIN(page,pages)-1)*page_size,,page_size) this is a complex named range and it is called: ndx
And this is another named range called Filter:
IF(ISERROR(ndx),"",IF(ndx=0,"",INDEX(d,ndx,COLUMN())))
And one more it is called pages
INT(records/page_size)+1
Would you please explain about each one? That would be a great help to me.
What does each one do?
Regards,
Guity
OFFSET(filter!$B$9,(MIN(page,pages)-1)*page_size,,page_size) this is a complex named range and it is called: ndx
And this is another named range called Filter:
IF(ISERROR(ndx),"",IF(ndx=0,"",INDEX(d,ndx,COLUMN())))
And one more it is called pages
INT(records/page_size)+1
Would you please explain about each one? That would be a great help to me.
What does each one do?
Regards,
Guity