Thank you Roger, works a treat.
Regards,
Jock
"Roger Govier" wrote:
> Hi Jock
>
> Try
> =SUMPRODUCT(($A$1:$A$100="ABC")*(ISNUMBER($B$1:$B$100)))
>
> Either repeat for DEF and GHI or put the values ABC etc, in cells D1:F1
> and use
>
> =SUMPRODUCT(($A$1:$A$100=D$1)*(ISNUMBER($B$1:$B$100)))
> and drag across
>
> --
> Regards
>
> Roger Govier
>
>
> "Jock" <(E-Mail Removed)> wrote in message
> news:F65D3515-C037-4ED4-A845-(E-Mail Removed)...
> > Cells A1:A100 may contain "ABC", "DEF" or "GHI"
> > Cells B1:B100 will contain a date if work on the entries in "A" have
> > been
> > completed.
> > I wish to count the number of "ABC"s only if there is a date next to
> > them in
> > column B in the same row indicating work complete.
> > I would then like to do the same for "DEF" and "GHI"
> >
> > --
> > tia
> >
> > Jock
>
>
>
|