E
Earl
My data:
A B
1 <.002 0.019
2 Sample was non-compliant
3 0.00323 0.156
4 0.002 0.012
5 0.00491 0.030
6 0.119 0.096
Formula:
=IF(A1="<.002","Less than 0.002 mgl, None Detected",IF(A1>0.002<0.015,"Below
Action Level of 0.015",IF(A1>0.015,"This is above the action limit of
0.015")))
Problem:
Using cell A2 returns "This is above the action limit of 0.015" and I want
'Sample was non-compliant'
I would like the contents of the cell displayed in the statement result for
all cells/conditions
Using cell A3 returns "FALSE" and I want "Below Action Level of 0.015"
TIA
A B
1 <.002 0.019
2 Sample was non-compliant
3 0.00323 0.156
4 0.002 0.012
5 0.00491 0.030
6 0.119 0.096
Formula:
=IF(A1="<.002","Less than 0.002 mgl, None Detected",IF(A1>0.002<0.015,"Below
Action Level of 0.015",IF(A1>0.015,"This is above the action limit of
0.015")))
Problem:
Using cell A2 returns "This is above the action limit of 0.015" and I want
'Sample was non-compliant'
I would like the contents of the cell displayed in the statement result for
all cells/conditions
Using cell A3 returns "FALSE" and I want "Below Action Level of 0.015"
TIA