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)
 
Top