I have a bunch Facilities I go to, and Some data about each one. I wanted to know how I would be able to calculate how much above the average a facility is.
ex: Here's my Query Result right now:
Facility Average P/H
A-----------3.5
B ----------3.67
C---------- 3
D-----------4.1
I want to be able to add a 3rd column that tells me how much above or below the average each facility is. Does anyone know how this is done? I think it's called Variance but I can't get it to work.
ex: Here's my Query Result right now:
Facility Average P/H
A-----------3.5
B ----------3.67
C---------- 3
D-----------4.1
I want to be able to add a 3rd column that tells me how much above or below the average each facility is. Does anyone know how this is done? I think it's called Variance but I can't get it to work.