Hello, I need to calculate the number of days between two days on another sheet when the name@row matched the person who created the entry and the dates are between my beginning and end dates on my sheet. Here's an example, John enters a ticket with a service date of 3-1-22 and an activity date of 3-4-22. I need to calculate the number of days between those two dates, but only when the service date and activity date fall between my beginning date and end date.
Here's what I came up with, but it's not working; I get unparseable. Anyone out there smarter than me that can lend a hand?
=COUNTIFS({FSE}, Name@row, {Service Request Date}:{Activity Date}, <=[Beginning Date]1, {Service Request Date}:{Activity Date}, >=[Ending Date]1)