Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have created a workbook in excel. I am tracking dates of completion. I also
want to track how many items were completed in each month. What I would like to do is enter the date of completion in the spreadsheet and have it calculate a total number for the month. ie: I input three jobs that were completed in the month of February, on another spreadsheet, I need a formula that says "if this space has a date of Febraury XX (anything) then is is "ticked" on the other spreadsheet. So it will see that there were 3 jobs with a February completion date so there would be a number 3 in the spreadsheet for the totals. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMPRODUCT(--(MONTH(B14:B19)=2))
Assuming the dates are in B14:B19. "Steve" wrote: I have created a workbook in excel. I am tracking dates of completion. I also want to track how many items were completed in each month. What I would like to do is enter the date of completion in the spreadsheet and have it calculate a total number for the month. ie: I input three jobs that were completed in the month of February, on another spreadsheet, I need a formula that says "if this space has a date of Febraury XX (anything) then is is "ticked" on the other spreadsheet. So it will see that there were 3 jobs with a February completion date so there would be a number 3 in the spreadsheet for the totals. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formulas not recognizing new data | Excel Discussion (Misc queries) | |||
Countif formulas change after doing a sort | Excel Worksheet Functions | |||
Array Formulas take waaaay too long... | Excel Worksheet Functions | |||
Problem with named formula's | Excel Worksheet Functions | |||
calculating formulas for all workbooks in a folder | Excel Worksheet Functions |