View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rick Rothstein Rick Rothstein is offline
external usenet poster
 
Posts: 5,934
Default how do i create a formula in Excel - count by a specific date

Assuming your "specific date" is in C1 and the task number is in C2...

=SUMPRODUCT((A1:A100=C1)*(B1:B100=C2))

--
Rick (MVP - Excel)


"Pinky" wrote in message
...
DATE TASKS
1-Jun 1
1-Jun 1
1-Jun 2
2-Jun 1
2-Jun 2
3-Jun 1
5-Jun 1

How can i create a formula to count how many times Task#1 shows up for the
specific date?