View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Problem calculating with a SUMIF

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"juliejg1" wrote in message
...
Yep, you were all correct. I need to add the equal sign. Thanks!!

"T. Valko" wrote:

If you want to exclude 2% change that criteria to: =0.02



--
Biff
Microsoft Excel MVP


"juliejg1" wrote in message
...
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.