Hi! Im calculating a COUNTIFS formula with some OR conditions.
However, although the first condition is met in my result, the second one only calculates the second value ("A").
=IFERROR(IFS($G$4="YES";SUM(COUNTIFS('EV80'!$R:$R;{"R.";"7250"};'EV80'!$F:$F;{"P";"A"};'EV80'!$G:$G;"<="&$F$4;'EV80'!$Q:$Q;">"&$F$4;'EV80'!$Q:$Q;"<="&$F$4+30;'EV80'!$M:$M;"<"&$D$55;'EV80'!$X:$X;$E$53)));0)
Also, I have another issue. Instead of putting A and P, I would rather link it to a cell, but if I put a cell it gives me an error.
Thank you!
However, although the first condition is met in my result, the second one only calculates the second value ("A").
=IFERROR(IFS($G$4="YES";SUM(COUNTIFS('EV80'!$R:$R;{"R.";"7250"};'EV80'!$F:$F;{"P";"A"};'EV80'!$G:$G;"<="&$F$4;'EV80'!$Q:$Q;">"&$F$4;'EV80'!$Q:$Q;"<="&$F$4+30;'EV80'!$M:$M;"<"&$D$55;'EV80'!$X:$X;$E$53)));0)
Also, I have another issue. Instead of putting A and P, I would rather link it to a cell, but if I put a cell it gives me an error.
Thank you!