I have 3 tables, each has 39 rows and 5 columns.
They are located in the same columns (I-M), above each other. (with a few rows in-between, and titles)
Each cell in the 3 tables contains either a number from 6-100, to two decimal places or an =NA().
I'm trying to make a new table at the bottom, that gets an average cells in the same position of each table. e.g C8, C55, C102.
Sometimes I will have 3 values and I can get a good average, sometimes I have 2 and an =NA(), other times I have 1 Value and 2 =NA()
The problem is, all of these values in the tables are the values for graphs, and for empty values I have had to write '=NA()' so that the graphs don't mess up.
This is the best formula I have found,
=AVERAGE(IF(ISNUMBER(K23),K23),IF(ISNUMBER(K70),K70),IF(ISNUMBER(K117),K117)).
However, this only takes =NA() as zero, and ruins my averages by dropping them down. However when the three values don't have a =NA() it works fine.
Please does someone have a fix for this? I Cant use array formulas as they are not directly next to/above/below each other.
Thanks.
They are located in the same columns (I-M), above each other. (with a few rows in-between, and titles)
Each cell in the 3 tables contains either a number from 6-100, to two decimal places or an =NA().
I'm trying to make a new table at the bottom, that gets an average cells in the same position of each table. e.g C8, C55, C102.
Sometimes I will have 3 values and I can get a good average, sometimes I have 2 and an =NA(), other times I have 1 Value and 2 =NA()
The problem is, all of these values in the tables are the values for graphs, and for empty values I have had to write '=NA()' so that the graphs don't mess up.
This is the best formula I have found,
=AVERAGE(IF(ISNUMBER(K23),K23),IF(ISNUMBER(K70),K70),IF(ISNUMBER(K117),K117)).
However, this only takes =NA() as zero, and ruins my averages by dropping them down. However when the three values don't have a =NA() it works fine.
Please does someone have a fix for this? I Cant use array formulas as they are not directly next to/above/below each other.
Thanks.