Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Look in the help index for COUNTIF -- Don Guillett Microsoft MVP Excel SalesAid Software "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? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Assuming the data below is in two columns, you can use a pivot tables. Drag dates to the row area and tasks to the data area -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com "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? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Thu, 25 Jun 2009 06:51:50 +0530, "Ashish Mathur"
wrote: Hi, Assuming the data below is in two columns, you can use a pivot tables. Drag dates to the row area and tasks to the data area Look at the pivot table in this template on the "Tally" sheet. http://office.microsoft.com/en-us/te...060381033.aspx |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I create a formula that references a specific tab in Excel? | Excel Worksheet Functions | |||
Count zero values before specific date | Excel Worksheet Functions | |||
Create a formula in a date range to locate a specific date - ecel | Excel Discussion (Misc queries) | |||
count number occurring within specific date range | Excel Worksheet Functions | |||
Count rows with specific date | Excel Discussion (Misc queries) |