I am trying to create a random magic item generator for my D&D table. Here's what I have so far.
In this instance, Uncommon and Armor are selected. I want to make it so that only the two uncommon armors -- alpha armor and kilo armor -- are generated into the list, and everything else is left out. The purpose of the Draw # column is to give me a number for each of true results, so that I can "draw" from that list of numbers in a randbetween function. I know how to do the randbetween part, but I am asking for help on how to execute the checkbox generated list. I expect that I will need to put the whole list elsewhere in the sheet, which I'm fine with, I just don't know how to get that information from there to here in the way that I want it. I tried using filters and slicers, but they render the Draw # system inoperable because they just hide rows, which breaks the automatic number generator in the Draw # column.
I also want to be able to check multiple boxes and receive a broader list. For example, I want to be able to select Uncommon and Rare, along with Armor and Weapons and get a full list of all armors and weapons that are uncommon or rare. I hope that makes sense.
In the research that I've attempted to do, I suspect I will need to use the query function, but I've never used it before and I'm really struggling to wrap my head around it.
Any help someone can give would be greatly appreciated.