Summing and Counting based on 3 criteria

  • Thread starter Thread starter Todd
  • Start date Start date
T

Todd

I am trying to sum and count based on 3 criteria from
another tab with no luck. Example
I want the sum of the criteria in column P in sheet2 if
column B="Phoenix", column E="1", and column j="807" and
return that to a cell in sheet1.

Same scenerio with the counting.

Any help would be very appreciated.

Thanks Todd
 
Hi
try
=SUMPRODUCT(--('sheet2'$B$1:$B$100="Phoenix"),--('sheet2'$E$1:$E$100=1)
,--('sheet2'$J$1:$j$100=807),'sheet2'$P$1:$P$100)

if your numeric values are stored as real numeric values.
 
Yes I do. The formulas were copied down and I got a #N/A
on those lines. I changed the range. Thanks Frank. You are
a great help!

Todd
 

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

Similar Threads


Back
Top