alamgiritbd
New Member
Hi,
I try to get unique name from a list. the list is in A2:A10. and i want to get data in B2:B10. I try this: =INDEX($A2:$A10,RANDBETWEEN(1,COUNTA($A2:$A10)),1) on B2:B10.
But the problem is it's take duplicate data from the list/range. i need each cell get unique random data from the list.
I try to get unique name from a list. the list is in A2:A10. and i want to get data in B2:B10. I try this: =INDEX($A2:$A10,RANDBETWEEN(1,COUNTA($A2:$A10)),1) on B2:B10.
But the problem is it's take duplicate data from the list/range. i need each cell get unique random data from the list.