Forum Discussion

Dnykato's avatar
Dnykato
Copper Contributor
Jun 22, 2021
Solved

Help with random generator based on another cell.

Ok, so this is going to be oddly specific, but please bear with me. I am using Google Sheets so that my gf can use this doc with me. Here's what we are trying to do. I am currently deployed overse...
  • mathetes's avatar
    Jun 23, 2021

    Dnykato 

     

    Another approach would be to use FILTER to create a second list of the movies, specifically all those where the date column is blank. Then run your random numbers against that derived list.

     

    The function would look something like this: =FILTER("ListOfMoves","Dates"="")  Just substitute the appropriate references for the "ListOfMovies" and "Dates"...

Resources