M
mike
I need to take the median of a column of data, but some
of the cells in my intended range have the #NA or #Value
error. When you try to use the functions with data cells
that have error values, the result is an error value. I
can't filter the rows of data because I need to have
visibility to the information in other columns.
median(a1:a5) = #NA
A1 5
A2 6
A3 7
A4 8
A5 #NA
Thanks
I
of the cells in my intended range have the #NA or #Value
error. When you try to use the functions with data cells
that have error values, the result is an error value. I
can't filter the rows of data because I need to have
visibility to the information in other columns.
median(a1:a5) = #NA
A1 5
A2 6
A3 7
A4 8
A5 #NA
Thanks
I