I am sure this is a rather naive question, but I have never done this before, so please bear with me. I have an excel sheet with multiple columns. For one of the columns, I have to add a random number to each cell of this column.
eg.
Col1 Col2 45 12 34 34 12 12 56 78 78 30
Now in the second column I have to add something random, say, from 0 to 10. I canβt put completely random values ββin the second column, since all I want is a slight deviation from the existing values.
I know how to create random numbers using RAND() or RANDBETWEEN() . I also know that I can convert it to an integer using ROUNDUP() and then SUM() . But when I try to do this with a formula, it gives me a circular reference warning, which is correct.
Can anyone help with this? Your help is greatly appreciated.
source share