somewhere type =count(a:a) to see what you get.

Signature
Don Guillett
Microsoft MVP Excel
SalesAid Software
dguillett1@austin.rr.com
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
> somewhere type =count(a:a) to see what you get.
>
[quoted text clipped - 12 lines]
>> What am I doing wrong?
>> Sandy
DJH - 09 Feb 2008 18:51 GMT
Try
=OFFSET(RecordofRounds!$A$53,0,0,COUNT(RecordofRounds!$53:$6700),1)
> Hi Don,
>
[quoted text clipped - 33 lines]
>>> What am I doing wrong?
>>> Sandy
Sandy - 10 Feb 2008 15:23 GMT
Thank you
Sandy
> Try
> =OFFSET(RecordofRounds!$A$53,0,0,COUNT(RecordofRounds!$53:$6700),1)
[quoted text clipped - 37 lines]
>>>> What am I doing wrong?
>>>> Sandy