Return data from multiple cells

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top