On Nov 14, 11:05*am, Joel <J...@discussions.microsoft.com> wrote:
> I don't know why they can't fix the problem. *It probably effects a lotof
> functions. *My guess by changing the code it will break other peoples
> workbooks that are relying on bugs so they will work.
>
> The main problem is the microsoft code wasn't tested very well in the 1st
> place. *New enhancements were rushed to market to beat the competion. *Lotus
> was good, Quatro was GREAAAAAAAAAT, and Excel was PooooooooooooooooR. *but
> eventually Excel won the rat race.
>
>
>
> "djarvi...@gmail.com" wrote:
> > On Nov 14, 9:59 am, Joel <J...@discussions.microsoft.com> wrote:
> > > If you have only 5 sheets then use this
>
> > > =COUNTIF (W1!A1:A5,">1") +COUNTIF (W2!A1:A5,">1")+COUNTIF
> > > (W3!A1:A5,">1")+COUNTIF (W4!A1:A5,">1")+COUNTIF (W5!A1:A5,">1")
>
> > Thanks; that seems like it would work fine.
>
> > But I finally 'bit it' and used the INDIRECT funtion. *I don't like it
> > because I have to edit a LOT of fields when I add a new worksheet.
>
> > Why can't they just fix COUNTIF?- Hide quoted text -
I just realized that my list of Worksheet names in my INDIRECT
function is in quotes, thus the field ranges aren't adjusted when I
'copy' the function. That's about 3 seperate edits in 90 cells I have
to do hand.