Return data from multiple cells

R

Redleg40

How do I get a return of data that finds all cells in a column that meet
criterior A then meet criterior B in a different column on the same row and
then return a total value of the sum of all cells in another column.
 
R

RagDyeR

Use Sumproduct()

For instructions, check this link:

http://www.xldynamic.com/source/xld.SUMPRODUCT.html

--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================

How do I get a return of data that finds all cells in a column that meet
criterior A then meet criterior B in a different column on the same row and
then return a total value of the sum of all cells in another column.
 
Top