Ok......
Make a list of the sheet names that you want to include in the formula:
H1 = Sheet2
H2 = Sheet3
H3 = Sheet4
H4 = Sheet5
=IF(SUMPRODUCT(COUNTIF(INDIRECT("'"&H$1:H$4&"'!A:A"),A1)),"Same","New to
report")
> Is there something wrong with the sheet1, sheet2, etc..reference names?
No, not at all! Sometimes you can "build" the references to sheets that have
a sequential naming convention without having to dedicate a range to list
them. (but I wouldn't do it in this case)
> I reference the entire A column because sometimes there may be more or
> less items in that column
Ok, that's fine. But sometimes you might have to make your file as efficient
as possible and referencing large unused portions can cause things to slow
down.
Biff
> There could be as few as three worksheets or as many as I feel
> necessary. It is completely possible that another function may work
[quoted text clipped - 13 lines]
> I would totally agree that I may be using a less than efficient formula
> due to not knowing better. I really appreciate your help though Biff.
BOBODD - 22 Aug 2006 05:14 GMT
Hi Chris,
What you're trying to do is called "3D Referencing". Keep in mind that Excel
will only allow you to do this with certain functions. Look up "Refer to the
same cell or range on multiple sheets" in the Excel 2003 help for a list of
formulas that you can do this with (it's quite limited.)
> Ok......
>
[quoted text clipped - 40 lines]
> > I would totally agree that I may be using a less than efficient formula
> > due to not knowing better. I really appreciate your help though Biff.