Attempting to use Sheet Summary to total all "Lab" Products shipped in "2022-08."
The Product Type (Lab) in the Product column is pulled in using Index/Match. When I enter the formula below, using info pulled in by Index/Match, I receive the #NO MATCH" error.
=COUNTIFS(SHIP:SHIP, "2022-08", Product:Product, "Lab") - #NO MATCH
I added a column titled "Test" and entered Product types manually, and formula calculates a value, no errors.
=COUNTIFS(SHIP:SHIP, "2022-08", Test:Test, "Lab") = 2
I looked at examples and believe I did see where cross referenced cells were used in a Sheet Summary formula, but guessing formula will not work with value pulled in by Index/Match or VLookup?
Any response is appreciated.