Random Text selection Q

  • Thread starter Thread starter Sean
  • Start date Start date
S

Sean

I have 10 text statements in A1:A10. Is it possible to return in A15 1
radom selection from this range, only proviso is that if Z1=0, <blank>
i.e. don't show anything in A15

Is this possible?
 
Thanks Pete and T, will test this tomorrow. I guess it will change
based on the sheet calc?
 
I guess it will change based on the sheet calc?

Yes, *every* time a calculation takes place it will change.

If you want it to remain static you could set calculation to manual, or,

Enter this formula in B1 and copy down to B10:

=RAND()

Then, select the range A1:B10 and sort on column B any order, doesn't
matter.

Then you could use this formula:

=IF(Z1="","",A1)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top