Hi, I am trying to summarize in a parent row the information underneath.
In the child rows, information is either inputted as N/A, or as a numeric value (%).
For example, child rows are as follows:
N/A
N/A
N/A
5%
10%
I want the parent row to look at the child rows and determine if they are all N/A, in that case what should be summarized is N/A. If there is a value in one or more of the rows, then the parent row should just average out the rows that have a numerical value (%). In the example above, the parent row should return 7.5% as an average.
Can you help put this formula together please? Thanks!