PheoBlue
New Member
- Joined
- May 14, 2019
- Messages
- 5
- Office Version
- 365
- 2019
- Platform
- Windows
Hello,
I am working on a worksheet at the moment and have run across a small problem.
I have a table/Range with 12 values in it and i am looking to return a True/false, Pass /Fail, based upon the verification that the values lie between the values stored in 2 cells.
The 2 Cells are calculated values of Average +20% and Average -20% , and the test is to verify the values lie within the +/- 20% allowed.
So the expected result should look at the cells within the table/Range and as long as the values Lie within 0.96 and 0.64 (+/-20%) it should Return True or Pass ...., etc and if Not it Should Return Fail, False, Etc .....
I have tried a few different things but nothing seems to return what I am looking to produce.
Am looking to do this with a function and not VBA if possible .
Thank You in advance for any assistance you may be able to provide.
I am working on a worksheet at the moment and have run across a small problem.
I have a table/Range with 12 values in it and i am looking to return a True/false, Pass /Fail, based upon the verification that the values lie between the values stored in 2 cells.
The 2 Cells are calculated values of Average +20% and Average -20% , and the test is to verify the values lie within the +/- 20% allowed.
0.81 | 0.75 | 0.89 | 0.75 | 0.78 |
0.77 | 0.65 | 0.79 | 0.74 | 0.88 |
0.88 | 0.80 | 0.77 | 0.88 | 0.89 |
0.96 |
0.64 |
So the expected result should look at the cells within the table/Range and as long as the values Lie within 0.96 and 0.64 (+/-20%) it should Return True or Pass ...., etc and if Not it Should Return Fail, False, Etc .....
I have tried a few different things but nothing seems to return what I am looking to produce.
Am looking to do this with a function and not VBA if possible .
Thank You in advance for any assistance you may be able to provide.