Sum if need help

P

patrickchkaiban

Hi,

I am new to excel formulas I am trying to count two criteria each is in
a different column I found this formula in Excel help but it keeps
giving me !Value instead of a number any help would be greatly
appreciated

The formula is =SUM(IF(B3:B65="CCO",IF(D3:D65="Access and
Permission",1,0)))
 
T

Terry Bennett

Patrick

I assume you are trying to cound the number of instances when the 2 criteria
mentioned coincide? If so, try:

=SUMPRODUCT((B3:B65="CCO")*(D3:D65="Access and Permission"))

Terry
 

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

Top