Dears,
I have a file in which I need to calculate the number of days per year between two given dates.
For example: 10/01/2014 - 05/03/2014. 10 jan 2014 - 5 march 2014.
. When I stand on the cell, the date displaying above, where the selection shows, its written: 01/10/2014 , 1 october 2014.
I found out that the cells are set as custom instead of data. When I adjust this, the selection line above adjusts, instead of the cell itself.
Is there a way to adjust the the cells in the column the right way all that once instead of one by one manually? Its a very large document and would take too much time.
And a second problem that ive come across.
You have helped me before with the formula for calculating the number of days per year between two given dates.
Ive applied it and it works most of the time. There are several lines where the formula is somehow not working. To show you:
2009 2010 etc
17/03/2015 01/12/2015 365 365 365 366 365 365 335 0 0
Formula: =MAX(0,MIN($E10,DATE(F$1,12,31))-MAX($D10,DATE(F$1,1,1))+1)
Here it does work:
25/08/2013 23/01/2014 0 0 0 0 129 23 0 0 0
Formula: =MAX(0,MIN($E6,DATE(F$1,12,31))-MAX($D6,DATE(F$1,1,1))+1)
Thanks so much for your help!
Anniek
Bookmarks