i am trying to get a count fo cells for =countif(and(d4:d60,"jones",j4:j60,"disc"))
S sorry1 Nov 2, 2008 #1 i am trying to get a count fo cells for =countif(and(d4:d60,"jones",j4:j60,"disc"))
D David Biddulph Nov 2, 2008 #2 =sumproduct((d4:d60="jones")*(j4:j60="disc")) or =sumproduct(--(d4:d60="jones"),--(j4:j60="disc"))
S sorry1 Nov 2, 2008 #4 IT WORKED. Thanks a bunch. -- clueless Mike H said: Try this =SUMPRODUCT((D460="Jones")*(J4:J60="Disc")) Mike Click to expand...
IT WORKED. Thanks a bunch. -- clueless Mike H said: Try this =SUMPRODUCT((D460="Jones")*(J4:J60="Disc")) Mike Click to expand...
A Ashish Mathur Nov 3, 2008 #5 Hi, Try this array formula (Ctrl+Shift+Enter) =sum(if((d4:d60="jones")*(j4:j60="disc"),1)) -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com
Hi, Try this array formula (Ctrl+Shift+Enter) =sum(if((d4:d60="jones")*(j4:j60="disc"),1)) -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com