Hi can anybody help.
I am trying to write a formula that will add up a total in column B if the criteria is met in Column A, in this case if it falls between two sets of numbers (1 to 10), the formula I tried (but failed) is
=IF((A1:A10>0)*( A1:A10<10),"sumproduct+B1:B10",0)
an example is
5 10
6 45
45 6
95 900
so I would get the answer 55
Thank you
Jupops
I am trying to write a formula that will add up a total in column B if the criteria is met in Column A, in this case if it falls between two sets of numbers (1 to 10), the formula I tried (but failed) is
=IF((A1:A10>0)*( A1:A10<10),"sumproduct+B1:B10",0)
an example is
5 10
6 45
45 6
95 900
so I would get the answer 55
Thank you
Jupops