finding data between two numbers (1000-1999)and totaling correspo.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a list of four digit numbers. I need to search the list and any that
start with 10.. I have to total the numbers from a corresponding column of
all that match this criteria and display it.
 
one way:

With 4 digit numbers in A1:A1000, and corresponding column B:


=SUMPRODUCT(--(INT(A1:A1000/100)=10),B1:B1000)
 

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