H
hans
I have a spreadsheet with two columns, A containing
account numbers (all have 6 numbers), B the amount
outstanding on them. I want to have a formula that shows
the sum of B for a selected group of account numbers, for
example all account numbers higer than 500000. I can't
this with a normal SUM formula, because new account
numbers are added all the time.
I tried to use the following SUMIF formula:
=SUMIF(A5:A200,>"501000",G5:G200)
but it always gives a zero. When i remove the > sign,
however, it shows the balance outstanding on number 501000.
Does anyone know to correctly use this (or another)
formula so that it shows ALL balances for accountnumber.
501000 and higher?
Thanks in advance
Hans
account numbers (all have 6 numbers), B the amount
outstanding on them. I want to have a formula that shows
the sum of B for a selected group of account numbers, for
example all account numbers higer than 500000. I can't
this with a normal SUM formula, because new account
numbers are added all the time.
I tried to use the following SUMIF formula:
=SUMIF(A5:A200,>"501000",G5:G200)
but it always gives a zero. When i remove the > sign,
however, it shows the balance outstanding on number 501000.
Does anyone know to correctly use this (or another)
formula so that it shows ALL balances for accountnumber.
501000 and higher?
Thanks in advance
Hans