Hi there! I have an IF followed by AVG formula that is working ok- looks at multiple columns and averages them (frankly it is problematic, because it returns an average even when not all 6 columns are filled out, help? Is there a way for it to only calculate the average once all 6 columns have a value added? Honestly if this part of the problem persists, I think it will still be ok).
When there are no values added to any of those 6 columns, the formula returns the #DIVIDE BY ZERO error. I know I should be able to utilize an IFERROR function at the beginning of my formula to change that error message to either a " " or "Data Needed" return but I'm stuck. This is the current formula:
=IF([SALES HELPER COLUMN]@row = "SALES", AVG([P1 Numeric Score]@row, [P2 Numeric Score]@row, [P3 Numeric Score]@row, [P4 Numeric Score]@row, [P5 Numeric Score]@row, [P6 Numeric Score]@row))
Any thoughts? I'm newer to writing out more complex/nested/multi-function formulas.
Thanks!