SUMIF ? or similar function needed

  • Thread starter Thread starter Jeff`
  • Start date Start date
J

Jeff`

Hi there,

I need a formula which will do this.

sumif(C1:200,multiple conditions,d1:100)

however multiple conditions don't appear to work in sumif.
the multiple conditions are Home Office offence codes so
they'll display codes either in the form "1","1A"
or "1/1". How could I pick these out?
 
Thanks Frank that's great!

Is there a way Instead of typing the multiple criteria
into the formula, can I have them typed into a cell
already and just reference the cell?

If so what format would I need it to be?
 
Thanks Frank that's great!

Is there a way Instead of typing the multiple criteria
into the formula, can I have them typed into a cell
already and just reference the cell?

If so what format would I need it to be?
 
Hi
if you put your values in a ROW (e.g. M1:O1) try
=SUMPRODUCT((C1:C200=M1:O1)*(D1:D200))
 

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