Is there a way to get a mathematical combination of all items in a row, and do math and such to generate things on another page based on said combination? e.g. {1, 2, 3} -> {1, 2, 3, 1 and 2, 1 and 3, 2 and 3, 1 and 2 and 3}
i need to sum the values of column b and c, separately, based on the rows corresponding to the items marked in the array of combinations.
screenshots for clarity. I need to use Sheet 1, which is all manual entry, to generate Sheet 2 in its entirety.
If need be it can be all in the same sheet instead of 2, but separate would be preferred for legibility
Edit: NB: I do realize this will probably take 3 or more formulas. Also, thanks in advance!