Hi!
I am trying to find a simple way to calculate average value over multiple columns.
When doing so I want to exclude columns containg blanks or nulls (whatever is easiest to identify)
Example:
Col1 Col2 Col3 Av
1 2 3 6/3=2
null 4 8 12/2=6
Anyone have an idea?
Thanks in advance
I am trying to find a simple way to calculate average value over multiple columns.
When doing so I want to exclude columns containg blanks or nulls (whatever is easiest to identify)
Example:
Col1 Col2 Col3 Av
1 2 3 6/3=2
null 4 8 12/2=6
Anyone have an idea?
Thanks in advance