how to add values of cells only if a corresponding cell has information on it

  • Thread starter Thread starter zuri125
  • Start date Start date
Z

zuri125

Is there a function that can add up the values of cells but only if a
corresponding cell has information on it. For example i have two
columns of lists. The left column has every cell filled up with a
number, but the right column has a few blanks. How can I add up the
cells of the left column that only have a number in the right column?
THanks
 
Hi

One way
=SUMIF(B1:B100,"<>",A1:A100)
change ranges to suit
 

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