Logical Test to check a range and return True or False
Hi,
l am trying to check if a value in a cell within a variable lies within a range of values, between 0.50 and 2.0, and if it does fall within that range to return true and if it doesnt return false. i am in the data table, and column info, and typing the following into the edit formula:
If (0.50 < ( :Name( "P1-R1-D1-L1" ) > 2.0), "True", "False") ...
// and
If (0.50 < ( :Name( "P1-R1-D1-L1"
vince_faller