I have a column of data that contains numbers from 0-500.
I would like to average the values of all numbers that fall between 60 and 242
I can average the numbers greater than 60 averageif(P2
262, >60, P2
262)
and the same for less than 242
I don't see how to include both <> in the same operation.
I would like to average the values of all numbers that fall between 60 and 242
I can average the numbers greater than 60 averageif(P2
and the same for less than 242
I don't see how to include both <> in the same operation.