Hi I have a similar problem in Google sheets that is solved in this thread:
Generate all possible combinations for Columns(cross join or Cartesian product)
What I'm looking for is instead of combining the columns, multiply one numbers in each row for 6-8 rows.
As (A1 OR B1 OR C1)(A2 OR B2 OR C2)(A3 OR B3 OR C3)(A4 OR B4 OR C4)(A5 OR B5 OR C5)*(A6 OR B6 OR C6)
E.g: A1B2C3, B1B2C3, A1A2A3 etc.
I'm a complete newbie to spreadsheets but you got to start somewhere right? I hope my post is readable although my poor english.
Thanks!
I've tried the formula:
=INDEX(FLATTEN(FLATTEN( FILTER(A2:A; A2:A<>"")&" "&TRANSPOSE( FILTER(B2:B; B2:B<>"")))&" "&TRANSPOSE( FILTER(C2:C; C2:C<>""))))
but when I do so, the results is shown as e.g. "1,13 5,86 0,58" instead of "3,84" ((1,13)(5,86)(0,58))
Here is a copy of my sheet where I try to explain it: https://docs.google.com/spreadsheets/d/19_ULULn63YYktWkkgBH0cdK9ZJnkk0PBBiBW1mNrgkU/edit#gid=0