Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The setup of the worksheet is as follows:
Col A Col B Col C Col D Apple 12/09/2009 Start date No. of Apple within data period Orange 08/09/2009 End date No. of Orange within data period Apple 05/09/2009 Banana 21/07/2009 Apple 23/09/2009 etc.. etc... Both column A and B retrieve data from a query linked to an Access database so the number of rows in those columns may change whenever I refresh the query. I have to count of the number of "fruit" occurance (Formula entered at D1 and D2) within a certain week which start date and end date are entered in C1 & C2 respectively. I read some other posts in this forum and wrote the forumla below: =SUMPRODUCT(--(COUNTIF($B:$B,WEEKNUM($B:$B)=WEEKNUM($C$1)),--COUNTIF($A:$A,"Apple")) And the result is #NUM! Can someone please help? Thank you |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count occurance of a leter in a text string | Excel Worksheet Functions | |||
Count Occurance | Excel Worksheet Functions | |||
Average dynamic data cells over a one hour period? | Excel Discussion (Misc queries) | |||
Count the occurance of a value x a value in another cell in excel | Excel Worksheet Functions | |||
Occurance of data in multiple columns | Excel Worksheet Functions |