Hi,
I'm a newbie and am stuck with doing somebody else's work that they did not finish before leaving.
Anyway, I have three columns named [Staff], [Student] and [Peers]. I need to grab the values from those three fields and calculate the average value. Normally, I'd use ([Staff]+[Student]+[Peer]/3), but there are instances where the value of Student has no value, and I want the average out of two values.
An example of this:
[Staff] | [Student] | [Peer] | [Average]
1 | | 3 | 2
2 | 3 | 4 | 3.5
Sorry if I sound totally clueless, I probably am. Can anyone help me with this?
Thanks
I'm a newbie and am stuck with doing somebody else's work that they did not finish before leaving.
Anyway, I have three columns named [Staff], [Student] and [Peers]. I need to grab the values from those three fields and calculate the average value. Normally, I'd use ([Staff]+[Student]+[Peer]/3), but there are instances where the value of Student has no value, and I want the average out of two values.
An example of this:
[Staff] | [Student] | [Peer] | [Average]
1 | | 3 | 2
2 | 3 | 4 | 3.5
Sorry if I sound totally clueless, I probably am. Can anyone help me with this?
Thanks