sumif

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

Guest

Hi,

I am trying to create a formula that sums the information in a column if
matching cell in a different column isn't blank.


For Example
The result below would be 2.

Column A Column B
1 5002
2
1 5003
1




Thanks for the help!


Todd
 
Try something like this:

=SUMIF(B1:B10,"<>"&"",A1)

Note: Excel automatically expands the range-to-sum to match the search range.
The above example is the same as =SUMIF(B1:B10,"<>"&"",A1:A10)

Does that help?
***********
Regards,
Ron

XL2002, WinXP
 

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