Dynamic Named ranges in formulae

S

Sandy

I have a named range 'CountRecords' created by the following :-

=OFFSET(RecordOfRounds!$A$1,52,0,COUNT(RecordOfRounds!$A:$A)-5,1)

which in the current sheet is the range A53:A80 - this is displayed
surrounded by a blue line when I type 'CountRecords' into the 'Name Box'

I then insert the following in cell A2 :-
=COUNT(CountRecords) and the display is '0'

If I enter COUNT(A53:A80) I get (correctly!) '28'.

What am I doing wrong?
Sandy
 
S

Sandy

Hi Don,

I get 33, which ties in with the -5 part of 'COUNT(RecordOfRounds!$A:$A)-5'.
The reason for the -5 is to deduct some cells with numbers I have in the top
area of my spreadsheet.

Thinking something had jammed up in excel I closed and then re-opened it,
which produced an error on opening of a circular reference. I presume that
is because the Name is being calculated using the entire column A and the
formula was using the same name and was in the name calculation range - if
you see what I mean.

Moving my =Count(ParBlock) to column B solved the problem. So.....is there a
way to use the =OFFSET()without encroaching on the cells or rows above row
53?

Interested in hearing your thoughts on all of this

Thanks
Sandy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top