Hi
I would like to have my form do some advanced math if it is possible but need help wrapping my head around it.
Following is my Grid with calculations in the last 4 columns. Once the form user selects the fill button these calculations take place. After these fields are populated with the results we need to determine the "Average Variance" in these Measurement Results.
The average variance is calculated by adding the largest number and the smallest number in the last 4 columns in the grid table below and dividing that number by 2. Another words....(Largest number + Smallest number) / 2
Is this possible and if so can you help me with the math calculations in my form. I am also attaching a file with the actual grid in it so that you can run it and help me wrap my head around this.
Room |
Floor |
DiffFloor |
BR |
BL |
FR |
FL |
BRresult |
BLresult |
FRresult |
FLresult |
Room |
Type of Flooring |
Diff. from START |
BR |
BL |
FR |
FL |
BR Result |
BL Result |
FR Result |
FL Result |
Study |
Carpet |
.5 |
.3 |
.4 |
.3 |
.2 |
{{Field: BR#X} - {Field: DiffFloor#X}} |
{{Field: BL#X} - {Field: DiffFloor#X}} |
{{Field: FR#X} - {Field: DiffFloor#X}} |
{{Field: FL#X} - {Field: DiffFloor#X}} |
Dining |
Carpet |
.5 |
.6 |
.8 |
.7 |
.6 |
[ditto] |
[ditto] |
[ditto] |
[ditto] |
Living |
Carpet |
.5 |
.4 |
.1 |
.4 |
.4 |
[ditto] |
[ditto] |
[ditto] |
[ditto] |
Kitchen |
Tile |
0 |
.1 |
.3 |
0 |
.1 |
[ditto] |
[ditto] |
[ditto] |
[ditto] |
Pantry |
Tile |
0 |
.2 |
.2 |
.2 |
.2 |
[ditto] |
[ditto] |
[ditto] |
[ditto] |
As always, thank you very much
Lynda (for Rick)