Thread
:
How do I write a conditional statement in Excel to count if two c.
View Single Post
#
2
Dave Peterson
Posts: n/a
=sumproduct(--(a1:a10="marblelife"),--(b1:b10=date(2005,1,16))
is one way
marblelife wrote:
I need to count how many times in a list that a name comes up with a certain
date.
--
Dave Peterson
Reply With Quote