I have created a list of names on Sheet 1 in column A, but if they have been terminated there is a date in column D. Now I want to schedule random screening of the current names - Need to exlude anyone that has a date listed in column D. (This will be on a second Sheet.) I have figured out how to make it pick one random name by using the following:
=INDEX(DRIVERS!$A:$A,RANDBETWEEN(2,COUNTA(DRIVERS!$A2:$A5000)),1)
How do I make it exclude names in column A if they have a date listed in column D?
Also, I want to make it pick more than one name - Is this possible or do I just have to paste this formula into the number of needed cells?
=INDEX(DRIVERS!$A:$A,RANDBETWEEN(2,COUNTA(DRIVERS!$A2:$A5000)),1)
How do I make it exclude names in column A if they have a date listed in column D?
Also, I want to make it pick more than one name - Is this possible or do I just have to paste this formula into the number of needed cells?