I have a spreadsheet with 3 columns that have the following in them:
Quantity Code Revenue
I have done a sumif of the revenue based on the code value, and a sumif on the Quantity based on the code value. The last thing I would like to do is to do a sumif on the Quantity based on Code Value for those lines that have revenue greater than 0.
I tried to do this with the following:
=SUMIF($G$2:$G$180,”=VSC41105 && H2:h180>0″,$F$2:$F$180)
the middle entry in the ()’s is the problem area. How can I do this?
I know that I can create a hidden column where I put the quantity values only if there is no-zero revenue, but I wanted to avoid doing that. Any thoughts?
Thanks,
Andy