Adding numbers in column if yes is written to right

  • Thread starter Thread starter Turnipboy
  • Start date Start date
T

Turnipboy

I have a column of numbers which I what to sum, which i
straightforward. However I also want to sum only those numbers in th
same column which have 'Yes' written in the cell to the right, whic
only some have. How would I do this
 
Try this (for cells A1:B10):
A11: =SUMIF(B1:B10,"Yes",A1:A10)

Does that help?

Ro
 

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


Back
Top