D
dannyboy8
Is there a way to write a vlookup using multiple lookup_values in 1 formula?
Mike H said:maybe this
=SUMPRODUCT((A1:A20={"cat","Dog"})*(B1:B20))
Which finds cat or dog and sums the corresponding cells in B
Mike