I just discovered here that I can use SUMIFS with multiple criterias, which is really cool.
But there is any way to set a variable to the criterias?
Example: instead of writting
=SUM(SUMIFS(sum_range,criteria_range,{"red","blue"}))
I would like to put the text "red" on the cell A1 and write:
=SUM(SUMIFS(sum_range,criteria_range,{A1,"blue"}))
Thank you