I'm pulling a random data from Column B but how would I only pull the ones that has a empty data in Column C?

Here's the code:

=INDEX($B:$B,RANDBETWEEN(1,COUNTA($B:$B)),1)