This probably sounds simple, but I haven't been able to figure it out. I'm trying to make a cell alternate between 0 and 1, or 1 and 2, etc. every time you enter in new data or press DELETE. I don't care what numbers or letters it alternates between, but I need it to switch back and forth every time. I've tried the functions RAND and RANDBETWEEN, but those only work part of the time since they're random.
Here's what I'm doing: I'm making a spreadsheet for my class to simulate flashcards where it will randomly cycle through a bank of fact I've put together so we can study better. I'd prefer that the "back" of the flashcard isn't visible until the student presses a button, which is where my problem comes in. Every time they press DELETE, the cell randomly displays a new fact, but if I could alternate a cell between two numbers, it could change the displayed question when teh value is one number and display the answer when the cell displays the other number. Maybe it still wouldn't even work if I had this function. Any ideas?
Here's what I'm doing: I'm making a spreadsheet for my class to simulate flashcards where it will randomly cycle through a bank of fact I've put together so we can study better. I'd prefer that the "back" of the flashcard isn't visible until the student presses a button, which is where my problem comes in. Every time they press DELETE, the cell randomly displays a new fact, but if I could alternate a cell between two numbers, it could change the displayed question when teh value is one number and display the answer when the cell displays the other number. Maybe it still wouldn't even work if I had this function. Any ideas?
Last edited: