View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kim[_7_] Kim[_7_] is offline
external usenet poster
 
Posts: 1
Default i need help with a formula

I need a formula that will allow me to add amounts in two
separate columns, but only the amounts that have a certain
variable in another column. I will try to make an example
below.

Job Name Probability Bag Count Contract Amount
School 10 100 $100.00
Gym 5 500 $5000.00
Pool 7 200 $2000.00

OK, I need to add up the Bag count and the Contract
amounts at the bottom of each column, but only the ones
with a probability above 6. Is there a formula that can
be that specific?

Thanks in advance,
Kim