dmyoungsal
Registered User.
- Local time
- Today, 11:25
- Joined
- May 1, 2016
- Messages
- 112
I am creating a form that will be used to estimate transportation costs. I am using one table containing "zones" (different mileage ranges and an estimated average speed).
On my form, I am allowing a user to enter up to 4 different types of equipment, a quantity, and a zone. Using DLOOKUP, I am grabbing the average speed within that particular zone. All this is good (still fleshing out the process).
The stumbling block at the point is how to calculate the average of the average speeds. I was adding the 4 fields together (which works), but I cannot figure out the average calculation. I have tried =AVG([txtAvgMPH1]+[txtAvgMPH2]). This gives be an "Error#". If i try =AVERAGE..., I get the error #NAme?.
What is the best solution?
On my form, I am allowing a user to enter up to 4 different types of equipment, a quantity, and a zone. Using DLOOKUP, I am grabbing the average speed within that particular zone. All this is good (still fleshing out the process).
The stumbling block at the point is how to calculate the average of the average speeds. I was adding the 4 fields together (which works), but I cannot figure out the average calculation. I have tried =AVG([txtAvgMPH1]+[txtAvgMPH2]). This gives be an "Error#". If i try =AVERAGE..., I get the error #NAme?.
What is the best solution?