Background: I'm making a spreadsheet to help people use Rikku's "Mix" ability in FFX (then I'll add more content to it).
I've already created functionality that takes two "ingredients" and tells you what the result is. I've done this with both VBA and build in excel functions: ie vlookup, as an exercise.
Now I want to go the other way, start with result, and then output what it takes to make that happen.
Vlookup works great when it works. It seems a pain to get it to function though. Something I've noticed, if my data doesn't start in the first column vlookup doesn't want to work, ex if I'm looking at A:C it works, if I'm looking at F:I with the same data = no.
With that in mind, instead of having multiple instances of the data on seperate spreadsheets, I'd like to be able to make my array out of columns that are not adjacent.
Sorry for the ramble, and thanks for the help.
