View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jose Lopes Jose Lopes is offline
external usenet poster
 
Posts: 5
Default Random names from short list

Ive seen some posts here about what Im trying to achieve and still Im not
able do it. I have a list of only 7 workers. I need to reorder them randomly
in another column. Ive tryied to use a formula Ive seen here
=INDEX($A$1:$A$65,RANK(B1,$B$1:$B$65))

But Im still getting duplicate names and #N/D errors. Ive tryied to
analyse the cause with no success. Can it be because Im using all the seven
names list?

By the way... my language is Portuguese and I think the function RANK
relates to the CORRESP formula right? (by the way, how can I convert formulas
from english to other languages?)

Thx in advance