Hi,
I am struggling to find a formula to sum utilisation days using two date ranges which is a dump from a system, ideally i would get users to enter info one day at a time but that's not possible and they group info as per example below:
Employee........Date From.......Date To .............Utilisation
Employee A ......17/06/2019 ......20/06/2019..............4
The info / dates i need range i need to compare the above to is
Name: Employee A
Start: 18/06/2019
End: 17/06/2020
A normal sumifs between the two dates along the lines of the below doesn't work for the line above:
sumifs(utilisation,Employee,Name,Date From,">="&start,Date To,"<="&End)
The above formula does work where the Date From and Date To only represent 1 day so Date From: 17/06/2019, Date To: 17/06/2019, Utilisation 1.
Does anyone know a formula which will give me the answer that i am looking for which is 3, which relates to 18,19,20th?
Thanks
I am struggling to find a formula to sum utilisation days using two date ranges which is a dump from a system, ideally i would get users to enter info one day at a time but that's not possible and they group info as per example below:
Employee........Date From.......Date To .............Utilisation
Employee A ......17/06/2019 ......20/06/2019..............4
The info / dates i need range i need to compare the above to is
Name: Employee A
Start: 18/06/2019
End: 17/06/2020
A normal sumifs between the two dates along the lines of the below doesn't work for the line above:
sumifs(utilisation,Employee,Name,Date From,">="&start,Date To,"<="&End)
The above formula does work where the Date From and Date To only represent 1 day so Date From: 17/06/2019, Date To: 17/06/2019, Utilisation 1.
Does anyone know a formula which will give me the answer that i am looking for which is 3, which relates to 18,19,20th?
Thanks
Last edited: