Hi,
I want to edit a value in a certain cell.
The situation goes like this;
Case 1:
Let's say the value is 7.0, so the value remains 7.0
Case 2:
Let's say the value is 7.333 which is lesser than 7.5 but greater than 7.0, so the value is changed to 7.5.
Case 3:
Let's say the value is 7.5, so the...