JackDanIce
Well-known Member
- Joined
- Feb 3, 2010
- Messages
- 9,922
- Office Version
- 365
- Platform
- Windows
Hi,
Have the following formula which counts the number of cells within a list based on a start date and end date:
How do I count just the blank cells?
$B$2 = Start date (user input)
$B$3 = End date (user input)
Monthly!$I$3:$I$479 = Range to evaluate user inputs against (ordered ascending)
Thanks,
Jack
Have the following formula which counts the number of cells within a list based on a start date and end date:
Rich (BB code):
=COUNTIF(Monthly!$I$3:$I$479,"<="&$B$3)-COUNTIF(Monthly!$I$3:$I4$79,"<"&$B$2)
$B$2 = Start date (user input)
$B$3 = End date (user input)
Monthly!$I$3:$I$479 = Range to evaluate user inputs against (ordered ascending)
Thanks,
Jack