I'd like to make a sum total at the bottom of a sheet in which I add only amounts if the cell in the same row has any text. I tried using this formula:
=SUMIF(Location221:Location90, >0.01, [List Price]221:[List Price]90)
, but it only works if there are numbers.
Any help would be appreciated!