Thread: average on rows
View Single Post
  #5   Report Post  
CLR
 
Posts: n/a
Default

Hold down Ctrl key and left-click on each of the cells you wish to
average.......then Insert Name Define and type a RangeName for your new
Non-contiguious range, say "AverageRange"

then use =AVERAGE(AverageRange)

This way, even if numbers get put in the empty cells later, it will not
affect your calculation.

Vaya con Dios,
Chuck, CABGx3


"justamailman" wrote in message
...
sorry, let me try to explain a little more . Well i have some number in

two
subsequent rows in different collums and i want an average of all but the
problem is that they are not in subsequent collum. average does not seem

to
work when the number have an empty collum between them

x | y | empty | z | empty | x | | |

average
y | x | z | x | x | empty |

"JE McGimpsey" wrote:

Have you tried? Your description is confusing to me, but AVERAGE()
ignores blank cells and text...

In article ,
justamailman wrote:

can we use average in rows even two rows at the time when number are

not in
consequent collums meaning there is some spaces between them without

having
to add each number manually in the function window.