adding values lists

C

CalvinFenny

I found the article "How to look up a value in a list and return multiple
corresponding values" (
http://office.microsoft.com/en-us/excel/HA012260381033.aspx ) very helpful
but I need to go one step further. I would like one cell to be able to look
up a value in one list and return the corresponding value in another list.
If the look up value occurs multiple times, I need the values in the other
list to be added up. The summed value is what I need the cell to return to
me.
 
J

Jacob Skaria

The below formula would sum entries in column B if the corresponding cells in
Column A = "Y"

=sumif(A:A,"Y",b:b)

If this post helps click Yes
 

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