Sum based on value in another field

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

Guest

I have a range of prices in column A. In column B, I put a check next to
what I'd like to order. The bottom of Column A should only total values that
have a corresponding check in column B.

Sounds simple enough but I'm stumped. Please help!

Thanks,

Cindee
 
What is your "Check Mark?" I just assumed it was an "x", if not, change to
fit your data (also change the row numbers to match):

=SUMIF(B1:B10,"x",A1:A10)
 
Thanks, David! That wasn't so difficult...I guess I was being lazy today!
 

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