Problem calculating with a SUMIF

J

juliejg1

I have the following formula:

=SUMIF(Data!$X$6:Data!$X$5000,">="&0.01,Data!BF$6:Data!BF$5000)-SUMIF(Data!$X$6:Data!$X$5000,">"&0.02,Data!BF$6:Data!BF$5000)

This is to look in cells x6:x5000 for any percentages that are greater than
or equal to 1% and less than 2%. However, it is pulling all of the 2% as
well. I can't figure the problem.
 
S

Sandy Mann

Having ,">"&0.02 in your subtraction formula mean that you are not
subtracting 2%. Change it to ,">="&0.02

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(e-mail address removed)
Replace @mailinator.com with @tiscali.co.uk
 

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

Top