I have a calculation that I need some help with.
The users need to enter an interest amount and then that amount gets divided by 2 and the results of that are then either multiplied by .25 or .75.
My problem comes when the interest amount is an odd amount like .09 How can I use the mod function to determine if its odd so that I can create one formula to multiply .05 * .25 and .04 * .75
rather that .045 * .25 and .045 * .75?
Thanks for any help
Corinne
The users need to enter an interest amount and then that amount gets divided by 2 and the results of that are then either multiplied by .25 or .75.
My problem comes when the interest amount is an odd amount like .09 How can I use the mod function to determine if its odd so that I can create one formula to multiply .05 * .25 and .04 * .75
rather that .045 * .25 and .045 * .75?
Thanks for any help
Corinne