Continuing the sequence

P

Phil

How can i continue the following sequence without having to type it
all out as there are 500 cells to complete?

=SUMPRODUCT(--(B5:B10=B27:H27))
=SUMPRODUCT(--(B5:B10=B28:H28))
=SUMPRODUCT(--(B5:B10=B29:H29))

I want B5:B10 to remain in all but other B values to increase by 1
every time.

Thanks
 
A

Andy Brown

How can i continue the following sequence without having to type it
all out as there are 500 cells to complete?

Try

=SUMPRODUCT(--($B$5:$B$10=B27:H27))

HTH,
Andy
 

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