S
sorry1
i am trying to get a count fo cells for
=countif(and(d4:d60,"jones",j4:j60,"disc"))
=countif(and(d4:d60,"jones",j4:j60,"disc"))
Mike H said:Try this
=SUMPRODUCT((D460="Jones")*(J4:J60="Disc"))
Mike