Hi,
I am having problems coming up with a solution to this: I have two columns, one with a list of unit prices and one with an x,2x,3x,etc (where "x" is to denote # of units). I am trying to avoid using just a number for # of units, although I realize a simple sumproduct(a:a,b:b) would...