Hello, I am trying to use the sumifs formula for summing values in one column based on the first two letters in another column. This formula is not working
=SUMIFS([Total Invoiced]:[Total Invoiced], [Google Location ID]:[Google Location ID], "CA*")
I have tried exchanging the criteria column at the beginning as well, and it doesn't work. It brings back 0, and not the actual sum.
Any idea?