Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following array formula:
{=SUM(IF(MONTH('2008'!B$2:B$746)=$I4,1,0))} In col I I have values 1 to 12. I would expect this to give me a summary of monthly occurences based on column B which contains dates. The problem is in the first month. It seems that if the cell is blank, the ligical retuirns 1, so with nothing in column B the formula returns a value of 45. I have tried ISBLANK with no success, since the values in column B are continually being added to. All other months work except 01. Any suggestions? David M. Kellerman |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Wat formula shuld i use to find the details in the cell? | Excel Worksheet Functions | |||
Array formula: how to join 2 ranges together to form one array? | Excel Worksheet Functions | |||
Find specific value in array of array formula | Excel Worksheet Functions | |||
Formula acting as a string | Excel Discussion (Misc queries) | |||
Tricky array formula issue - Using array formula on one cell, then autofilling down a range | Excel Programming |