To return random numbers without duplicates you can use a formula based on the RANDARRAY, SEQUENCE, SORTBY, and INDEX functions. In the example shown, the formula in F5 is: =INDEX(SORTBY(SEQUENCE(C5,1,C4,C6),RANDARRAY(C5)),SEQUENCE(C7)) The result is a list of 12 random numbers greater than...