Here is the formula I am using now:
=COUNTIFS(Table8[Column1],"="&B$2,Table8[Value for Chart],A$2)+COUNTIFS(Table1[Column1],"="&B$2,Table1[Value for Chart],A$2)
I would like to search for 6 items, instead of what is in A$2. I have these in a named range called "Stamping". What would be a good way to do this?
I tried OR(Stamping)
and OR($B$40:$B$46) which is where 'Stamping' is.
Bookmarks