Here is what I have so far
[[LineSpeed(Meter s)1]+[LineSpeed(Meter s)2]+[LineSpeed(Meter s)3]+[LineSpeed(Meter s)4]+[LineSpeed(Meter s)5]+[LineSpeed(Meter s)6]+[LineSpeed(Meter s)7]+[LineSpeed(Meter s)8]
I need to find the avgerage of the fields that do not include null.
Example:
Add lines 1 and 2 and 3 but do not include the others as there isn't data, then have it divided by the 3 (or what ever the number would be)
Thanks,
Kevin
PS. I forgot to mention this is in a calculated field in the table. I'm using Access 2016.
[[LineSpeed(Meter s)1]+[LineSpeed(Meter s)2]+[LineSpeed(Meter s)3]+[LineSpeed(Meter s)4]+[LineSpeed(Meter s)5]+[LineSpeed(Meter s)6]+[LineSpeed(Meter s)7]+[LineSpeed(Meter s)8]
I need to find the avgerage of the fields that do not include null.
Example:
Add lines 1 and 2 and 3 but do not include the others as there isn't data, then have it divided by the 3 (or what ever the number would be)
Thanks,
Kevin
PS. I forgot to mention this is in a calculated field in the table. I'm using Access 2016.
Comment