nburaq
Board Regular
- Joined
- Apr 2, 2021
- Messages
- 222
- Office Version
- 365
- 2019
- Platform
- Windows
Hi,
I would like to try to find interval between two dates based on the material number. I figured out difference between dates in terms of dates with this formula =DATEDIF(MIN(B2:B17);MAX(B2:B17);"d") but could not manage it to combine with filter.(or any other formula that will help to solve this) here is the simple date:
so basically result of mat 123456 in column interval will be seen as 997 days and if there is no repeating material, then reference date will be 25/02/2024. In this case for mat 888888 will be 2029 days.
Thanks for your help!
I would like to try to find interval between two dates based on the material number. I figured out difference between dates in terms of dates with this formula =DATEDIF(MIN(B2:B17);MAX(B2:B17);"d") but could not manage it to combine with filter.(or any other formula that will help to solve this) here is the simple date:
Mat | date | Interval (days) |
123456 | 16/03/2018 | |
123456 | 26/04/2018 | |
123456 | 09/05/2018 | |
123456 | 14/06/2018 | |
123456 | 15/06/2018 | |
888888 | 06/08/2018 | |
123456 | 27/08/2018 | |
123456 | 26/03/2019 | |
999999 | 24/03/2020 | |
123456 | 24/03/2020 | |
123456 | 25/03/2020 | |
123456 | 16/11/2020 | |
123456 | 07/12/2020 | |
123456 | 07/12/2020 | |
123456 | 07/12/2020 | |
123456 | 07/12/2020 |
so basically result of mat 123456 in column interval will be seen as 997 days and if there is no repeating material, then reference date will be 25/02/2024. In this case for mat 888888 will be 2029 days.
Thanks for your help!