Tech Helproom
It's free to register, to post a question or to start / join a discussion
How do I display Random words in Excell
Likes # 0
Posted November 13, 2011 at 5:35PM
To help my granson learn to read, I have put all his word's from those he has been given at school into a spreadsheet in excell. My plan is to be able to display one word at a time on the computer monitor and if he get's it right he then needs to press the enter button and get the next RANDOM word from the list.
Can anyone tell me how to do this please, using Excell 2010
Thanks Migwell
Likes # 0
Posted November 13, 2011 at 6:12PM
Likes # 0
Posted November 13, 2011 at 10:16PM
Thanks VoG that has started to work but at this moment I have 90 words spread over A 1 to F15 and every few days more words will be added. I need to go further, what changes do you recomend.
Likes # 0
Posted November 14, 2011 at 7:24AM
I would have put all the words in column A. Then you just need to change the 10 in the formula to the number of used rows.
Likes # 0
Posted November 14, 2011 at 8:32AM
I've locked your duplicate thread, now that you're getting the best possible advice in this one.
Likes # 0
Posted November 15, 2011 at 3:55PM
With the words in column A only, this formula will adjust automatically for the number of used rows
=INDEX(Sheet1!A:A,RANDBETWEEN(1,COUNTA(Sheet1!A:A)))
Likes # 0
Posted November 15, 2011 at 8:52PM
I think this works for displaying random words from columns A B C with words in each column up to row number 10
=INDEX(Sheet1!A:C,RANDBETWEEN(1,COUNTA(Sheet1!A1:A10)),RANDBETWEEN(1,3))
or if you have column headings in row 1 and word list in each column starts in row 2 down to row 11
=INDEX(Sheet1!A:C,RANDBETWEEN(1,COUNTA(Sheet1!A2:A11)),RANDBETWEEN(1,3))
Likes # 0
Posted December 14, 2011 at 6:23PM
Sorry for digging up an old post.Thought it better than starting a new one on the same subject Through your help with answering Migwells question,I have used the above in my version of 2007 Excel O.K. but my son as been unable to get it to work in Excel 2003.So my question is,Should it work in Excel 2003 ?
Likes # 0
Posted December 14, 2011 at 6:27PM
Yes but in Excel 2003 it requires that the Analysis ToolPak is installed. Go to Tools > Add-Ins, tick Analysis ToolPak and click OK. The formula should then work.
Likes # 0
Reply to this topic
This thread has been locked.
Check out PC Advisor's other tech forums
Top 5 Most Popular
-
New Xbox One release date, specs, features and price in UK
-
Samsung Galaxy S4 vs Nexus 4 smartphone comparison review: what's the best Android?
-
Samsung Galaxy S4 vs Apple iPhone 5 comparison review
-
Galaxy S4 vs BlackBerry Z10 comparison review - which is best, the Samsung or the BlackBerry?
-
Microsoft Windows 8 review



