khaledhamdy
New Member
- Joined
- May 2, 2017
- Messages
- 7
Hi guys,
how r u all.
Start Date End Date
4/30/2018 5/03/2018
5/1/2018 5/30/2018
4/28/2018 5/15/2018
as you can see I've two columns start date and end date and the values of each one of them.
what I need is to let the excel count the number of days that fall within a certain month for example April.
I already using this formula to count the days between every single start date and end date
=MAX(0,MIN(EOMONTH($A35,0),C$3)-MAX($A35,B$3)+1)
but I need to include the whole column of the start date and the whole column of the end date in this formula instead of repeat it for every single start date and end date.
I tried this but it didn't work: =MAX(0,MIN(EOMONTH($A35,0),$C$3:$C$28)-MAX($A35,$B$3:$B$28)+1)
I hope that my question is clear.
thanks in advance guys.
how r u all.
Start Date End Date
4/30/2018 5/03/2018
5/1/2018 5/30/2018
4/28/2018 5/15/2018
as you can see I've two columns start date and end date and the values of each one of them.
what I need is to let the excel count the number of days that fall within a certain month for example April.
I already using this formula to count the days between every single start date and end date
=MAX(0,MIN(EOMONTH($A35,0),C$3)-MAX($A35,B$3)+1)
but I need to include the whole column of the start date and the whole column of the end date in this formula instead of repeat it for every single start date and end date.
I tried this but it didn't work: =MAX(0,MIN(EOMONTH($A35,0),$C$3:$C$28)-MAX($A35,$B$3:$B$28)+1)
I hope that my question is clear.
thanks in advance guys.