Situation:
Sheet A: Dates in cells A2:A1000
Sheet A: Actions in cells B2:B1000
Sheet A: Error in cells C2:C1000
Sheet B: Date1 in cell D1
Sheet B: Date2 in cell E1
I would like to calculate an error percentage of actions if the dates are between the two dates in Sheet B, D1 and E1.
I tried the following formula, but without succes
=SUM.IF(Sheet A!A2:A1000 >= D1;Sheet A!A2:A1000 <= E1;Sheet A!C2:C1000)/Sheet A!A2:A1000 >= D1;Sheet A!A2:A1000 <= E1;Sheet A!C2:C1000)
Thanks in advance
Sheet A: Dates in cells A2:A1000
Sheet A: Actions in cells B2:B1000
Sheet A: Error in cells C2:C1000
Sheet B: Date1 in cell D1
Sheet B: Date2 in cell E1
I would like to calculate an error percentage of actions if the dates are between the two dates in Sheet B, D1 and E1.
I tried the following formula, but without succes
=SUM.IF(Sheet A!A2:A1000 >= D1;Sheet A!A2:A1000 <= E1;Sheet A!C2:C1000)/Sheet A!A2:A1000 >= D1;Sheet A!A2:A1000 <= E1;Sheet A!C2:C1000)
Thanks in advance