Excel calculations on dates
Closed
egeuens
-
16 Mar 2011 à 03:03
rizvisa1 Posts 4478 Registration date Thursday 28 January 2010 Status Contributor Last seen 5 May 2022 - 17 Mar 2011 à 09:58
rizvisa1 Posts 4478 Registration date Thursday 28 January 2010 Status Contributor Last seen 5 May 2022 - 17 Mar 2011 à 09:58
Related:
- Excel calculations on dates
- Vat calculation excel - Guide
- Excel mod apk for pc - Download - Spreadsheets
- Apple iphone 13 release dates - Guide
- Kernel for excel repair - Download - Backup and recovery
- Calculation is incomplete excel - Guide
3 responses
RWomanizer
Posts
365
Registration date
Monday 7 February 2011
Status
Contributor
Last seen
30 September 2013
120
16 Mar 2011 à 07:26
16 Mar 2011 à 07:26
it is better to put a column w.r.t. each year and than use datedif,
otherwise you have to use lots of if statement.
otherwise you have to use lots of if statement.
rizvisa1
Posts
4478
Registration date
Thursday 28 January 2010
Status
Contributor
Last seen
5 May 2022
766
17 Mar 2011 à 08:37
17 Mar 2011 à 08:37
what you mean by days between days. Do you mean to seek number of days between two dates (in which case datediff would have worked with parameter "d")
If you mean to have number of days between two days but grouped separetely for each year, then it becomes bit more complicated
If you mean to have number of days between two days but grouped separetely for each year, then it becomes bit more complicated
egeuens
Posts
1
Registration date
Thursday 17 March 2011
Status
Member
Last seen
17 March 2011
17 Mar 2011 à 09:45
17 Mar 2011 à 09:45
Hi,
Indeed I need the number of days per year, grouped.
Any idea how to realize it?
Thx
Erwin
Indeed I need the number of days per year, grouped.
Any idea how to realize it?
Thx
Erwin
rizvisa1
Posts
4478
Registration date
Thursday 28 January 2010
Status
Contributor
Last seen
5 May 2022
766
17 Mar 2011 à 09:58
17 Mar 2011 à 09:58
Since you say that at the end of all this, what you care is have a total interest payable between days. Taking into account for each year interest rate is different, the best solution in my opinion would be that you write a custom function. In a sheet or may be even in the function you can put the interest values for the year and let that custom function get the days for each and add up all the amount to give you the final answer