Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
No that doesn't work because of the minus sign.
"Jim" wrote: 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. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're right. Too quick for me. How about ...
Change ,""&0.02 to ,"="&0.02 "juliejg1" wrote: No that doesn't work because of the minus sign. "Jim" wrote: 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. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 Replace @mailinator.com with @tiscali.co.uk "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. |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#8
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problem Plotting/Calculating with #NA | Excel Discussion (Misc queries) | |||
SUMIF Not Calculating | Excel Worksheet Functions | |||
SUMIF Not Calculating | Excel Worksheet Functions | |||
Problem with Calculating Worksheets | Excel Worksheet Functions | |||
SUMIF not calculating | Excel Worksheet Functions |