Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have a spraedsheet with a large number of data. All I want is to select a
row and generate 10 sites randomly for customer service purposes. I dont want the sites to be repeated every month. Thanks, |
#2
![]() |
|||
|
|||
![]()
Hi
not sure what you mean with 'sites' in this context. Could you give some more information? -- Regards Frank Kabel Frankfurt, Germany isankar wrote: I have a spraedsheet with a large number of data. All I want is to select a row and generate 10 sites randomly for customer service purposes. I dont want the sites to be repeated every month. Thanks, |
#3
![]() |
|||
|
|||
![]()
Hi Frank,
Thanks for your email. I have got a column which has got different site names. I want to use this column to generate 10 random site names which I can provide it to my customer service who uses these site names for survey. I want to do this automatically with no duplicates of site names as the months goes by. Hopefully I am making myself a bit clearer. Hope to hear from you soon. Thanks, Irene "Frank Kabel" wrote: Hi not sure what you mean with 'sites' in this context. Could you give some more information? -- Regards Frank Kabel Frankfurt, Germany isankar wrote: I have a spraedsheet with a large number of data. All I want is to select a row and generate 10 sites randomly for customer service purposes. I dont want the sites to be repeated every month. Thanks, |
#4
![]() |
|||
|
|||
![]()
How about using another column.
fill it with =rand() Sort by that column whenever you want. Give the first ten in the list after the sort. Recalculate, resort, and give again. isankar wrote: Hi Frank, Thanks for your email. I have got a column which has got different site names. I want to use this column to generate 10 random site names which I can provide it to my customer service who uses these site names for survey. I want to do this automatically with no duplicates of site names as the months goes by. Hopefully I am making myself a bit clearer. Hope to hear from you soon. Thanks, Irene "Frank Kabel" wrote: Hi not sure what you mean with 'sites' in this context. Could you give some more information? -- Regards Frank Kabel Frankfurt, Germany isankar wrote: I have a spraedsheet with a large number of data. All I want is to select a row and generate 10 sites randomly for customer service purposes. I dont want the sites to be repeated every month. Thanks, -- Dave Peterson |
#5
![]() |
|||
|
|||
![]()
Hi Dave,
Can you be a bit clearer of what I need to do. I am not that clear on "sort by that column whenever you want" and the rest. Thanks, "Dave Peterson" wrote: How about using another column. fill it with =rand() Sort by that column whenever you want. Give the first ten in the list after the sort. Recalculate, resort, and give again. isankar wrote: Hi Frank, Thanks for your email. I have got a column which has got different site names. I want to use this column to generate 10 random site names which I can provide it to my customer service who uses these site names for survey. I want to do this automatically with no duplicates of site names as the months goes by. Hopefully I am making myself a bit clearer. Hope to hear from you soon. Thanks, Irene "Frank Kabel" wrote: Hi not sure what you mean with 'sites' in this context. Could you give some more information? -- Regards Frank Kabel Frankfurt, Germany isankar wrote: I have a spraedsheet with a large number of data. All I want is to select a row and generate 10 sites randomly for customer service purposes. I dont want the sites to be repeated every month. Thanks, -- Dave Peterson |
#6
![]() |
|||
|
|||
![]()
Since =Rand() will return a random number to each of the cells in that column,
you could select your range and do Data|sort. If you sort by that column, your data will be shuffled according to the value returned in the =rand() cell. Recalculating will force new values and then resorting will resequence the list. isankar wrote: Hi Dave, Can you be a bit clearer of what I need to do. I am not that clear on "sort by that column whenever you want" and the rest. Thanks, "Dave Peterson" wrote: How about using another column. fill it with =rand() Sort by that column whenever you want. Give the first ten in the list after the sort. Recalculate, resort, and give again. isankar wrote: Hi Frank, Thanks for your email. I have got a column which has got different site names. I want to use this column to generate 10 random site names which I can provide it to my customer service who uses these site names for survey. I want to do this automatically with no duplicates of site names as the months goes by. Hopefully I am making myself a bit clearer. Hope to hear from you soon. Thanks, Irene "Frank Kabel" wrote: Hi not sure what you mean with 'sites' in this context. Could you give some more information? -- Regards Frank Kabel Frankfurt, Germany isankar wrote: I have a spraedsheet with a large number of data. All I want is to select a row and generate 10 sites randomly for customer service purposes. I dont want the sites to be repeated every month. Thanks, -- Dave Peterson -- Dave Peterson |
#7
![]() |
|||
|
|||
![]()
Hi
- lets assume your names are in A1:A100 - now insert in B1: =RAND() and copy this formula down for all rows (down to B100) - now select the range A1:B100, goto 'Data - sort' and choose to sort with the second column Now just pick the first 10 items in column A for your survey -- Regards Frank Kabel Frankfurt, Germany isankar wrote: Hi Frank, Thanks for your email. I have got a column which has got different site names. I want to use this column to generate 10 random site names which I can provide it to my customer service who uses these site names for survey. I want to do this automatically with no duplicates of site names as the months goes by. Hopefully I am making myself a bit clearer. Hope to hear from you soon. Thanks, Irene "Frank Kabel" wrote: Hi not sure what you mean with 'sites' in this context. Could you give some more information? -- Regards Frank Kabel Frankfurt, Germany isankar wrote: I have a spraedsheet with a large number of data. All I want is to select a row and generate 10 sites randomly for customer service purposes. I dont want the sites to be repeated every month. Thanks, |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Bring all text from "Text" worksheet | Excel Discussion (Misc queries) | |||
How do link to a remote worksheet using the path value in a field? | Links and Linking in Excel | |||
insert worksheet gives me 3 duplicate sheets not one | Excel Discussion (Misc queries) | |||
Linking items GREATER THAN O on another worksheet in the same Work | Excel Discussion (Misc queries) | |||
Worksheet name and Backward compatibility | Excel Discussion (Misc queries) |