I am trying to create some summary totals on an inventory sheet. We stock several model Laserjet printers. Each row has it's own sum. Now I'm trying to create an overall sum of Laserjets by using the following formula:
=SUMIF([Inventory Item]1:[Inventory Item]86, "Laserjet", [In Stock]1:[In Stock]86)
If I interpret how SUMIF works in SmartSheet, this formula looks in the Inventory Item cells 1-86 for the word Laserjet and returns the sum of the associated cells in the In Stock cells 1-86. However, it constantly returns the value of 0. What am I doing wrong? Is there some kind of wilcard I need to do with the work Laserjet to make this work?