1
I would like to use the following formula::
=SUM(SUMS(A:A;B:B;{"car";"bicycle"}))
It turns out that I do not want to leave the criteria "car" and "bike" fixed, I would like to put in there a reference, as for example:
=SUM(SUMS(A:A;B:B;{G1;G2}))
But this operation is not accepted. How can I get around this impediment?
I need to put everything into one formula.
– user2929914