Forum Discussion
JSIMONBOL
Mar 07, 2024Copper Contributor
IF Then Help
I want to create a score system where if I INPUT 2 then the adjustment is -1, if its 4 then its -2, if its 6, then it's -3 and so forth. Same goes for odd number where 3 is -1, 5 is -2, and 7 is -3. ...
- Mar 07, 2024
SergeiBaklan
Mar 07, 2024Diamond Contributor
=-INT(A1/2)