Countif Funtion

D

David Harrison

Hi there

Hope some one can help me. this is not a particuarly
difficult one.

Range - C4:D24

What i want is that if the two cells C4 and D4 have the
same value for it to be counted down in cell E12. This is
to be the same for all the other cells in that range.

I.e. C5 & D5
C6 & D6 all the way down to row 24!!!

Thanks very much

David
 
P

Paul

David Harrison said:
Hi there

Hope some one can help me. this is not a particuarly
difficult one.

Range - C4:D24

What i want is that if the two cells C4 and D4 have the
same value for it to be counted down in cell E12. This is
to be the same for all the other cells in that range.

I.e. C5 & D5
C6 & D6 all the way down to row 24!!!

Thanks very much

David

Try this:
=SUMPRODUCT(--(C4:C24=D4:D24))
 

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