My code is
`cellContent(1,3): when table1.cellNumericValue(1,2)> 0.47826086 and table1.cellNumericValue(1,2)< 0.47826088 “” OTHERWISE “
”
cellContent(2,3): when table1.cellNumericValue(2,2)= 1 “” OTHERWISE “
”
cellContent(3,3): when table1.cellNumericValue(3,2)= 0.8 “” OTHERWISE “
”
cellContent(4,3): when table1.cellNumericValue(4,2)= 1.12500 “” OTHERWISE “
”
isCorrect= table1.cellNumericValue(1,2)> 0.47826085 and table1.cellNumericValue(1,2)< 0.47826087 and table1.cellNumericValue(2,2)= 3.875 and table1.cellNumericValue(3,2)= 0.8 and table1.cellNumericValue(4,2)= 1.12500
correct: isCorrect`
Is there a way that It only makes it correct if it is in the lowest terms