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)
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)
DoesOriginally Posted by curb
work? I don't appear to have RandBetween functionality on my Mac.![]()
=IF(INDEX($C:$C,RANDBETWEEN(1,COUNTA($B:$B)),1)<>"",INDEX($B:$B,RANDBETWEEN(1,COUNTA($B:$B)),1),0)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks