It WON'T work if there are blank cells in the row we are counting ..
... so if cannot use the "column count" approach,
.... how can we determine that your last column was (say) column O?
> Some cells have blanks, I can't get this to work for anything.
>
[quoted text clipped - 37 lines]
> > > > > >
> > > > > > Erik
I can put zeros in these columns if necessary, but it still won't work. How
can I chart the last five columns in my worksheet? I have data in colums D
through P but I only want to chart columns L, M, N, O, P. And then when I
put data into Q, I only want to chart columns M, N, O, P, Q. Is this
possible. I can't get your other formaula to work at all. I define the name
with the Insert, Name, Define function and then try to use this name as the
data source but it won't work.
> It WON'T work if there are blank cells in the row we are counting ..
>
[quoted text clipped - 43 lines]
> > > > > > >
> > > > > > > Erik
Toppers - 04 Jun 2007 21:45 GMT
With "headings" in A1 to P1 and D1 to P30 this works for me:
=OFFSET(Sheet1!$A$1,COUNTA(Sheet1!$D:$D)-5,COUNTA(Sheet1!1:1)-5,5,5)
If data in row 1 starts in column D, try:
=OFFSET(Sheet1!$A$1,COUNTA(Sheet1!$D:$D)-5,COUNTA(Sheet1!$1:$1)-2,5,5)
> I can put zeros in these columns if necessary, but it still won't work. How
> can I chart the last five columns in my worksheet? I have data in colums D
[quoted text clipped - 51 lines]
> > > > > > > >
> > > > > > > > Erik