View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
juliejg1 juliejg1 is offline
external usenet poster
 
Posts: 81
Default Problem calculating with a SUMIF

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.