I am working with a document that shows pay rate % change for each year for
each employee. If they show any number (positive or negative), it means they
have had their yearly review. How can I create a total row that shows how
many people this past year still need their reviews? I was thinking of using
an if statement but I am unsure of how to set it up.Thanks

Re: IF Statement by Rick

Rick
Tue Oct 07 14:39:07 CDT 2008

Give this array-entered** formula a try...

=COUNT(IF(A1:A1000<>0,1))

**Commit this formula with Ctrl+Shift+Enter, not just Enter by itself.

Change the range to suit your conditions.

--
Rick (MVP - Excel)


"jerious" <jerious@discussions.microsoft.com> wrote in message
news:E3A5EBDA-ABB5-4DC1-A808-FD3D25D7211D@microsoft.com...
>I am working with a document that shows pay rate % change for each year for
> each employee. If they show any number (positive or negative), it means
> they
> have had their yearly review. How can I create a total row that shows how
> many people this past year still need their reviews? I was thinking of
> using
> an if statement but I am unsure of how to set it up.Thanks