Good afternoon,
I am trying to get a timevalue between 2 dates. I was able to find and implement the below formula, but this just looks at the "Duration" column as a whole and doesn't have the date check.
Start Date is in cell D3
End Date is in cell D4
The above formula works perfectly fine, like I said just trying to add the additional function to it. Should look in Hunting Log B:B for date data.
I am trying to get a timevalue between 2 dates. I was able to find and implement the below formula, but this just looks at the "Duration" column as a whole and doesn't have the date check.
Excel Formula:
=arrayformula(text(sum(iferror(timevalue('Hunting Log'!C2:C3))),"[h]:mm:ss"))
Start Date is in cell D3
End Date is in cell D4
The above formula works perfectly fine, like I said just trying to add the additional function to it. Should look in Hunting Log B:B for date data.