M
Muse
Say I'm dividing 12/5 the answer is 2.4. I need access to return only 2 and
ignore the remainder. Is there a function that does this?
ignore the remainder. Is there a function that does this?
Say I'm dividing 12/5 the answer is 2.4. I need access to return only 2 and
ignore the remainder. Is there a function that does this?
Muse said:Say I'm dividing 12/5 the answer is 2.4. I need access to return only 2 and
ignore the remainder. Is there a function that does this?
Marshall Barton said:Try using the integer divide operator \
12 \ 5 the answer is 2