Add cells in a column where other cells equal a value

C

Colin Weir

Hi There

I'm looking to add up a column of cells, say column K, but I only want it to take into account the cell in column K where the corresponging cell in column C equal a particular value, "SLC". Is this possible? Hope this makes sense.

Thanks

Colin
 
G

GS

Colin Weir brought next idea :
Hi There

I'm looking to add up a column of cells, say column K, but I only want it to
take into account the cell in column K where the corresponging cell in column
C equal a particular value, "SLC". Is this possible? Hope this makes sense.

Thanks

Colin

Try...

=SUMIF($C:$C,"SLC",$K:$K)
 

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