Hello everyone!
I'm experiencing a problem with an AVERAGEIF formula. Let's say I have 10 columns and 5 rows with values ranging 1-5. What I want to achieve is the following: I want the average of values only from those rows where the value "1" isn't appearing. And for the rows where the value "1" is appearing, I want the result to be "FAILED".
I have tried with various formulas', but this one should've done the job for me, because it seems the most logical: =IFERROR(AVERAGEIF($A1:$E1,"<>1",$A1:$E1),"FAILED") . However, it seems that this formula only excludes the value "1" from the average formula. Basically, if there is value "1" appearing once across 5 rows, it only counts the average of the other 4 values.
I hope this wasn't too confusing.
I look forward to your answers and possible solutions.
Best regards,
Miodrag J.
I'm experiencing a problem with an AVERAGEIF formula. Let's say I have 10 columns and 5 rows with values ranging 1-5. What I want to achieve is the following: I want the average of values only from those rows where the value "1" isn't appearing. And for the rows where the value "1" is appearing, I want the result to be "FAILED".
I have tried with various formulas', but this one should've done the job for me, because it seems the most logical: =IFERROR(AVERAGEIF($A1:$E1,"<>1",$A1:$E1),"FAILED") . However, it seems that this formula only excludes the value "1" from the average formula. Basically, if there is value "1" appearing once across 5 rows, it only counts the average of the other 4 values.
I hope this wasn't too confusing.
I look forward to your answers and possible solutions.
Best regards,
Miodrag J.