Re: Count array cells that returned a result
From: Ragdyer (RagDyer_at_cutoutmsn.com)
Date: 05/30/04
- Next message: Sparky: "Re: Sorting Date Problem"
- Previous message: sagesearcher: "Re: Move data to list format"
- In reply to: Peo Sjoblom: "Re: Count array cells that returned a result"
- Next in thread: Frank Kabel: "Re: Count array cells that returned a result"
- Reply: Frank Kabel: "Re: Count array cells that returned a result"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 30 May 2004 14:13:39 -0700
Another way to count the blanks, empties and/or formula nulls:
=COUNTIF(A1:D20,"")
--
Regards,
RD
---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Peo Sjoblom" <terre08@mvps.org> wrote in message
news:OESDxXmREHA.3012@tk2msftngp13.phx.gbl...
> One way
>
> =COUNTBLANK(A1:D20)-SUMPRODUCT(--(ISBLANK(A1:D20)))
>
> will return the number of cells that have a "" produced by a formula
>
> --
>
>
> For everyone's benefit keep the discussion in the newsgroup.
>
> Regards,
>
> Peo Sjoblom
>
> "Dennis" <dmburgess@removespamameritech.net> wrote in message
> news:pv2kb0d3v53orvgn6427pkoge55ah22cd8@4ax.com...
> > Using 2003 at home and 2000 at work
> >
> > Would like to count the number of cells in a range that have a result
from
> a formula.
> >
> > The particular range of cells is filled with array formulae.
> >
> > Thus, the cells are not "" because they have a formula.
> >
> > But I would like to know how many cells, in the range of cells, where
the
> formula produced a
> > displayed value.
> >
> > I tried countif(A1:D20,not("")) (and other variations without
success)
> >
> > TIA Dennis
>
>
- Next message: Sparky: "Re: Sorting Date Problem"
- Previous message: sagesearcher: "Re: Move data to list format"
- In reply to: Peo Sjoblom: "Re: Count array cells that returned a result"
- Next in thread: Frank Kabel: "Re: Count array cells that returned a result"
- Reply: Frank Kabel: "Re: Count array cells that returned a result"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|