G
gregg
I have a problem with IF function. The problem is column
4 has only 2002 entries, column 5 has 2002 and 2003
entries. If column 5 only had 2002 entries then a count
by month would suffice. If a cell in column 5 is null
then count by the cell in column 4. If column 5 has an
entry then count the cell in column 5. I now need an IF
statement that checks for year and counts by month for
year 2002 and a separate count by month for 2003.
this is the IF statement currently used.
=IF(ISBLANK(K5),"0",MONTH(K5))
thanks in advance.
4 has only 2002 entries, column 5 has 2002 and 2003
entries. If column 5 only had 2002 entries then a count
by month would suffice. If a cell in column 5 is null
then count by the cell in column 4. If column 5 has an
entry then count the cell in column 5. I now need an IF
statement that checks for year and counts by month for
year 2002 and a separate count by month for 2003.
this is the IF statement currently used.
=IF(ISBLANK(K5),"0",MONTH(K5))
thanks in advance.