+ Reply to Thread
Results 1 to 5 of 5

how to choose randomly an equation (random picture selector)

  1. #1
    Registered User
    Join Date
    11-22-2019
    Location
    London
    MS-Off Ver
    2010
    Posts
    2

    how to choose randomly an equation (random picture selector)

    Hello, I'm a little lost,
    I'm a math teacher, and I'm trying to build a sheet where I can choose randomly a student and a equation to solve.
    For the first part (choose randomly a student) it's very simple ....

    I block for the second part.
    I stored the equations in image format in a very simple Database. I know how to make a particular equation (using the camera) next to a random student name. But I still do not know how to make this image randomly from several equations that I have already stored.


    Can anyone help me !! help!




    in the document :
    I set in "sheet1" the equation, in "groupe" the student names per groups, and in "sheet3" the name of students choose randomly and their equations they have to solve....
    Attached Files Attached Files

  2. #2
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: how to choose randomly an equation (random picture selector)

    You can do this, but instead of data validation, use the formula and return an random index number assigned to a picture(has to be unique)
    https://www.xelplus.com/excel-lookup-on-pictures/
    Click the * to say thanks.

  3. #3
    Registered User
    Join Date
    11-22-2019
    Location
    London
    MS-Off Ver
    2010
    Posts
    2

    Re: how to choose randomly an equation (random picture selector)

    Thank you vry much Paul,
    unafortunatelly, it doesn't work yet. I try to do my best, but i failed. I am not an expert with excel. I use this formula :
    =INDEX(Sheet1!A$2:A$11;ALEA.ENTRE.BORNES(1;NBVAL(Sheet1!A$2:A$11));1)
    but it doesn't work.
    If someone can explain me slowly the steps to do it, I will be very Grateful

    To resume
    In the document I stored the equations in image format in a very simple Database. I know how to make a particular equation (using the camera) next to a random student name. But I still do not know how to make this image randomly from several equations that I have already stored.
    Attached Files Attached Files

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,535

    Re: how to choose randomly an equation (random picture selector)

    I unsuccessfully attempted twice to follow the directions in the tutorial as applied to the file.
    I feel as if there are easier ways to accomplish what you want.
    1. On sheet 1 type the equations in cells B2:B11
    2. Populate C2:C11 using =RAND()
    3. Populate D2:D11 using: =RANK.EQ(C2,C$2:C$11)
    On sheet 3 populate the cell that display the equation using: =INDEX(Sheet1!$B$2:$B$11,MATCH(RIGHT(B4,1)+0,Sheet1!$D$2:$D$11,0))
    Note that this method eliminates groups being assigned the same equation (press the F9 key to test) and makes it simple to change equations each day.
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  5. #5
    Valued Forum Contributor saravnepali's Avatar
    Join Date
    01-14-2019
    Location
    Sydney Australia
    MS-Off Ver
    2010
    Posts
    447

    Re: how to choose randomly an equation (random picture selector)

    Let say if you have 10 equation type, put INDEX number for each of the type.

    Now, each equation has number 1-10 assigned to it.

    You can then USE
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    to determine RANDOMLY which index number & thus the equation each user is selected.
    If you think someone helped you, click on the "* Add Reputation" as a way to say thank you.

    If your problem is solved, go to Thread Tools and select Mark This Thread Solved

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Random picture selector/generator
    By MarkV22 in forum Excel - New Users/Basics
    Replies: 34
    Last Post: 10-17-2018, 06:57 PM
  2. [SOLVED] Can a macro be used to randomly choose drop down selections
    By ChrisCD in forum Excel General
    Replies: 15
    Last Post: 03-24-2018, 12:00 PM
  3. golf foursome random selector
    By billblore in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-08-2013, 02:56 AM
  4. Define set of files and choose one randomly.
    By Bob@Sun in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-28-2010, 10:57 AM
  5. How to randomly choose sample rows after using Autofilter??
    By Saarang84 in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 11-08-2009, 03:43 AM
  6. Equation Selector
    By zephyr in forum Excel General
    Replies: 7
    Last Post: 02-17-2006, 02:45 PM
  7. Randomly Choose Cells from Colum/Row
    By J in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 11-18-2005, 10:25 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1