Problem calculating with a SUMIF
Change ,""&0.02 to ,"<"&0.02
"juliejg1" wrote:
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:Da ta!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.
|