I have the following formula
which works fine when my inputs are =CofM(RangeA,RangeB)![]()
Please Login or Register to view this content.
however I need it to also work with =CofM((cell1,cell2,cell3),(cell4,cell5,cell6))
How do I get it to accept RangeA or cell1,cell2,cell3 or cell1,RangeA,cell2 as Array1?
I have been trying to use =SumProduct((cell1,cell2,cell3),(cell4,cell5,cell6)) in varying forms to see if SumProduct can build an array from selected cells (similar to how Sum can be =Sum(range) or =Sum(num1,num2,num3)) with no luck so far.
Bookmarks