Criteria with "<" or ">" in sumif()

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, my excel version doesn't recognise the arrows in sumif formulas. What
can I do to make it work? Thanks heaps.
 
Hi!

What does your formula look like?

To use a logical operator, try one of these:

=SUMIF(A1:A10,">5")

=SUMIF(A1:A10,">"&5)

Biff
 
or

=SUMIF(A1:A10,">"&H1,B1:B10)

to cover the value in another cell and summing a different row.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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

Back
Top