spectraflame
Well-known Member
- Joined
- Dec 18, 2002
- Messages
- 830
- Office Version
- 365
- Platform
- Windows
In column A there are up to 3 digit numbers with a decimal entered.
In column B there are up to 3 digits numbers with a decimal entered.
If the average of (A1-B1)/A1 is greater than or equal to 85% there is no need for additional numbers to be added. Meaning if I run my test on the 1st day of the month and the result is greater than 85%, there is no need for an additional test.
If the average of (A1-B1)/A1 is less than 85% there is a need to run a second test sometime within the same month. When those values are entered in the same columns (different cells), I will then need to take the average of both numbers in column A and the average of both numbers in column B and then average those sums to see if the result is greater than 85%. This process could technically be repeated each day of the month until the total average is greater than or equal to 85%.
Variables: The tests are not run on the same day of each month nor are the retests always done the following day.
I would like to see if the end result could be calculated automatically by just letting the operators manually key in the test results in the appropriate column each day.
I am not sure where to begin with this. My initial thought was to just have the operators key in the values in a small table that would calculate everything for them. My concern is mistyping the data. The results are submitted for State approval so accuracy is important.
Any suggestions would be appreciated.
In column B there are up to 3 digits numbers with a decimal entered.
If the average of (A1-B1)/A1 is greater than or equal to 85% there is no need for additional numbers to be added. Meaning if I run my test on the 1st day of the month and the result is greater than 85%, there is no need for an additional test.
If the average of (A1-B1)/A1 is less than 85% there is a need to run a second test sometime within the same month. When those values are entered in the same columns (different cells), I will then need to take the average of both numbers in column A and the average of both numbers in column B and then average those sums to see if the result is greater than 85%. This process could technically be repeated each day of the month until the total average is greater than or equal to 85%.
Variables: The tests are not run on the same day of each month nor are the retests always done the following day.
I would like to see if the end result could be calculated automatically by just letting the operators manually key in the test results in the appropriate column each day.
I am not sure where to begin with this. My initial thought was to just have the operators key in the values in a small table that would calculate everything for them. My concern is mistyping the data. The results are submitted for State approval so accuracy is important.
Any suggestions would be appreciated.