omagoodness
Board Regular
- Joined
- Apr 17, 2016
- Messages
- 64
I am trying to create math practice exercises for my granddaughter. I want to create 2 columns of random even numbers between 2 values. No problem, I can do that. My problem is that I want the random numbers in column B to evenly divide into the corresponding number in column A. I know how to use the MOD function to test the divisibility of the number but I cannot figure out the formula to change the random number if MOD =false. Is this even possible?