Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How about:
=SUMPRODUCT(--(Input!$B$2:$B$20000=A2), --(TEXT(Input!$A$2:$A$20000,"yyyymm") =TEXT(TODAY()-DAY(TODAY()),"yyyymm"))) =today()-day(today()) gives the last day of the previous month 9/29/2006 - 29 = Sept 0th, 2006, which is Aug 31, 2006. And the formatting will ignore the days and just look at the month/year. HearSay wrote: =SUMPRODUCT((INPUT!$B$2:$B$20000 = A2)*(INPUT!$A$2:$A$20000 = MONTH(NOW()) -1)) I would like to count the number of records from the previous month regardless of what month it is. So if I run this in October, it will check column A, and give me a count of all the records for September. I don't think I am doing this correct. -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I extract name of the LONG MONTH from previous cell. | Excel Worksheet Functions | |||
Count Mondays worked in Month | Excel Worksheet Functions | |||
Match Last Occurrence of Numeric Value and Count BACK to Previous | Excel Worksheet Functions | |||
How to count the number of times something occurs within a certain month | Excel Worksheet Functions | |||
automatically update chart plotting current month and previous 6 | Charts and Charting in Excel |