I want to use this formula =SUMIF(Sheet1!D:D, 100012, Sheet1!C:C) to find a item number, then sum the quantity and return the value. I have some item numbers with variables like, 100012, and 100012A, same number it just adds a letter to the back. Can I have this formula look for several numbers,
=SUMIF(Sheet1!D:D, 100012,100012A,100012B, Sheet1!C:C)
Id like to know before I head in the wrong direction. Thanks
=SUMIF(Sheet1!D:D, 100012,100012A,100012B, Sheet1!C:C)
Id like to know before I head in the wrong direction. Thanks