Thanks a lot, Biff. Huge help and I appreciate it!
"Biff" wrote:
> You can make the sheet name list a dynamic range list and use Harlan's
> formula.......
>
> List the sheet names in a range of cells, say, H1:Hn
>
> Create a dynamic named range for the sheet names.
> Goto Insert>Name>Define
> Name: Sheet_Names
> Refers to:
>
> =OFFSET(Sheet1!$H$1,,,COUNTA(Sheet1!$H:$H))
>
> Then:
>
> =SUMPRODUCT(N(INDIRECT("'"&Sheet_Names&"'!"&C10)))
>
> Biff
>
> "Gdcprogrc" <(E-Mail Removed)> wrote in message
> news:1F2F5E6C-387F-438C-AFD6-(E-Mail Removed)...
> > Thanks, again, Biff. I was hoping not to have to use a defined name
> > because
> > I wanted the name list length to change or be variable, which requires
> > more
> > work. But I did like Harlan's suggestion for other applications.
> >
> > "Biff" wrote:
> >
> >> >What does one do if your worksheets are named, June, July, August etc.?
> >>
> >> In that case, use Harlan's suggestion.
> >>
> >> Biff
> >>
> >> "Gdcprogrc" <(E-Mail Removed)> wrote in message
> >> news:2BAA6BBE-E70F-4A80-B7F0-(E-Mail Removed)...
> >> > Thanks Biff. That seems to work.
> >> > What does one do if your worksheets are named, June, July, August etc.?
> >> >
> >> > "Biff" wrote:
> >> >
> >> >> Hi!
> >> >>
> >> >> Try it like this:
> >> >>
> >> >> C10 = ="A"&ROW()
> >> >>
> >> >> =SUMPRODUCT(N(INDIRECT("Sheet"&ROW(INDIRECT("2:3"))&"!"&C10)))
> >> >>
> >> >> Biff
> >> >>
> >> >> "Gdcprogrc" <(E-Mail Removed)> wrote in message
> >> >> news:E0898A3A-B2C8-42BA-A8D9-(E-Mail Removed)...
> >> >> > For example
> >> >> > =SUM(INDIRECT(C10))
> >> >> > where C10 would contain
> >> >> > ="Sheet2:"&"Sheet3!"&"A"&ROW()
> >> >> > always returns #REF!.
> >> >> > However, ="Sheet3!"&"A"&ROW() as the Cell C10 entry will work fine.
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>
>
>
>
|