Ok, I've been fighting this for a few hours now, and can't wrap my head around how to do it. Basically, I want to take 1 array that has "test names" in columns and each row lists all possible values for that test. I want to turn that array into another array listing every single combination of those test results (so i can feed it into my program to do some handling testing... but that is aside from this). The original array has (currently) 27 columns - which could expand; and each test has anywhere from 2 to 5 possible results.
basically, I'm trying to turn the first table in this screenshot into the second one. I'm sorry if this is already posted somewhere, but all I could find was info on truth tables and other table manipulation that wasn't quite so expansive - which is where I'm getting stuck. Thank you in advance. I know this is probably way simpler than I'm making it, lol