Help Please SUMIF question

B

baz

I am using Excel in Office XP. I have a set of values pertaining to a unique
identifier. These unique id's would be a range from say 1230000000 to
1230099999 for one manufacturer and and I have named this range "UPC." There
are other manufacturers with similar ranges and my intent is to replicate the
above in another cell and just change the upc value in the argument.

I have named my range where I want the values from as "sales."

I want the total in cell c10 to be a SUMIF of the upc range with all of the
upc's from 1230000000 to 1230099999.

I hope this makes sense and thanks in advance,

baz
 
T

T. Valko

One way:

Use cells to hold the ID boundaries:

A1 = 1230000000
B1 = 1230099999

=SUMIF(UPC,">="&A1,Sales)-SUMIF(UPC,">"&B1,Sales)
 

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

Similar Threads


Top