I need to create a list of random numbers between two bounds in Excel. The trick is the numbers need to be odd. So I can’t just use randbetween(). Should I just use something like =if(a1 % 2 =0) then a1=a1+1. I don’t know the syntax for that in Excel but what I’m getting at is if the number is even (mod 2 =0) then add one.
I need to create a list of random numbers between two bounds in Excel.
Share
Use a little trick.
CEILINGandFLOORhave a second parameter which is what you need.