Adding numbers

C

computerkiller

Sorry the the subject was incorrect, but this is difficult for me to
descripe. I have checkmark in an column and I would like to add the
associated values in the third column. How would I do this? Example
checkmark vetbill $250
garbage $50
hydro $25
checkmark rent $750

$1000
 
N

Norman Jones

Hi Computerkiller,

Try Excel's SumIf formula, e,g.:


=SUMIF(A1:A100,"Checkmark",C1:C100)
 

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