![]() |
I want Excel to randomly select a name from a list
-- brightstar |
I want Excel to randomly select a name from a list
One way:
Names in the range A1:A10. =INDEX(A1:A10,INT(RAND()*ROWS(A1:A10)+1)) A new name will be returned every time a calculation occurs. If you want to force an new selection press function key F9. Biff " wrote in message ... -- brightstar |
All times are GMT +1. The time now is 02:58 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com