How to write a randbetween statement that accounts for strikethrough
Hi all,
This is a followup to my previous post; thank you for the incredibly helpful comments on that post. I went with using the checkbox and am giving up on the visual marker/dice idea. I did see on another post that it may be possible to write a statement within that excludes values from being generated that have a strikethrough or are a different color. Is this possible to do outside of Apps Script?
Here's a screenshot of what I'm working on.
- I want to randomly generate a title from column A by clicking the checkbox in R1. The corresponding # will tell me which title is chosen.
- This is manga so the same title is often duplicated in several rows depending on how many books are in the series.
- For example, if I roll # 241 "Devils' Line", I also want to remove numbers 233-243 from consideration for all future rolls.
- The current formula in Q2 says =randbetween(4,1254)
Question: Is it possible to add an if statement/something similar to the randbetween statement (not in Apps Script) that will account for a strikethrough or some other marker? I don't want to have to delete the titles that have already been chosen but I no longer want them as choices for the randbetween formula moving forward.
Hope this makes sense.