Formula for PDA

  • Thread starter Thread starter Marc Klein
  • Start date Start date
M

Marc Klein

=SUMPRODUCT(((A2:A13="Jones")+(A2:A13="Rogers"))*
(C2:C13))


This formula doesnot work in pocket excel. Is there an
alternative?
 
Does =countif() work with Pocket Excel (I have no idea!):

=SUMIF(A2:A13,"Jones",C2:C13)+SUMIF(A2:A13,"rogers",C2:C13)
 

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