Dear All,
I have requirement to find my tickets assigned and closed in between two dates using filter formula but it's not working as expected
I have applied this formula
=filter(Report!A2:H333,(Report!G2:G333>=Sheet1!C2)*(Report!H2:H333<=Sheet1!E2)) - it shows only assinged date records..
Report Column G contains assigned date
Report Column H contains closed date
Sheet1 column C2 is 'From' date
Sheet 1 column E2 is 'To' date
if i apply =filter(Report!A2:H333,(Report!G2:G333>=Sheet1!C2)+(Report!H2:H333<=Sheet1!E2)) - it shows complete records from array..
Am i doing wrong in the formula?
Regards
Gem
Bookmarks